[android-developers] Android5.0 TextView gravity center not working Correctly

2014-12-12 Thread Gavin Qin
LinearLayout android:layout_width=match_parent android:layout_height=wrap_content android:orientation=horizontal TextView android:layout_width=0dp android:layout_height=wrap_content android:layout_weight=1

[android-developers] android5.0 Textview gravity center not working correctly.

2014-12-12 Thread Gavin Qin
LinearLayout android:layout_width=match_parent android:layout_height=wrap_content android:orientation=horizontal TextView android:layout_width=0dp android:layout_height=wrap_content android:layout_weight=1

Re: [android-developers] Hierarchy Viewer in landscape orientation

2014-12-12 Thread Kevin Kowalewski
What a joke. Doesn't support landscape. Holy sh*t google you really don't put much effort into these things do you...? On Monday, 13 July 2009 19:47:59 UTC-4, Romain Guy wrote: HierarchyViewer does not support landscape properly yet. Patches welcome :) On Mon, Jul 13, 2009 at 4:41 PM,

[android-developers] WebView and ConnectivityManager.requestNetwork

2014-12-12 Thread Krystian Lewandowski
Hi, I'm trying to update ConnectivityManager.requestRouteToHost implementation from deprecated one to ConnectivityManager.requestNetwork introduced in Lollipop. It supports Sockets, SocketFactories, URLConnections - this is fine. The only thing missing at the moment is WebView support.

Re: [android-developers] WebView and ConnectivityManager.requestNetwork

2014-12-12 Thread 'Robert Greenwalt' via Android Developers
I think the WebView API may need to be made multinetwork aware. On Fri, Dec 12, 2014 at 12:15 PM, Krystian Lewandowski krystian@gmail.com wrote: Hi, I'm trying to update ConnectivityManager.requestRouteToHost implementation from deprecated one to ConnectivityManager.requestNetwork