[Android] Add padding and RTL support for chapters selection
Geoffrey Métais
git at videolan.org
Fri Oct 27 11:38:30 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 27 10:24:26 2017 +0200| [fe205e330b04e79a663e71034de94205c8f45b7f] | committer: Geoffrey Métais
Add padding and RTL support for chapters selection
> https://code.videolan.org/videolan/vlc-android/commit/fe205e330b04e79a663e71034de94205c8f45b7f
---
vlc-android/res/layout/dialog_select_chapter.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/dialog_select_chapter.xml b/vlc-android/res/layout/dialog_select_chapter.xml
index 1a5103119..65efd5b5e 100644
--- a/vlc-android/res/layout/dialog_select_chapter.xml
+++ b/vlc-android/res/layout/dialog_select_chapter.xml
@@ -3,7 +3,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:padding="@dimen/default_margin">
<LinearLayout
@@ -25,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/half_default_margin"
+ android:layout_marginStart="@dimen/half_default_margin"
android:text="@string/go_to_chapter"
android:textSize="20sp"
android:textStyle="bold" />
More information about the Android
mailing list