[Android] Center server uri in dialog
Geoffrey Métais
git at videolan.org
Tue Feb 16 16:48:02 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 16 16:43:32 2016 +0100| [1a75eedf8abcd4bd7043bfbf8122ce0241b94fe5] | committer: Geoffrey Métais
Center server uri in dialog
> https://code.videolan.org/videolan/vlc-android/commit/1a75eedf8abcd4bd7043bfbf8122ce0241b94fe5
---
vlc-android/res/layout/network_server_dialog.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/network_server_dialog.xml b/vlc-android/res/layout/network_server_dialog.xml
index feb575a..d37a7fc 100644
--- a/vlc-android/res/layout/network_server_dialog.xml
+++ b/vlc-android/res/layout/network_server_dialog.xml
@@ -91,7 +91,7 @@
android:layout_height="20dp"
android:layout_below="@+id/server_username"
android:layout_margin="5dp"
- android:layout_alignParentLeft="true"/>
+ android:gravity="center_horizontal"/>
<android.support.design.widget.TextInputLayout
android:id="@+id/server_name"
More information about the Android
mailing list