[Android] Fix FAB position in RTL mode
Geoffrey Métais
git at videolan.org
Wed Apr 20 16:57:06 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Apr 20 16:53:26 2016 +0200| [f3b18af0417e7c996e0b72ee2eb6a05799aeb1d0] | committer: Geoffrey Métais
Fix FAB position in RTL mode
> https://code.videolan.org/videolan/vlc-android/commit/f3b18af0417e7c996e0b72ee2eb6a05799aeb1d0
---
vlc-android/res/layout/audio_browser.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/audio_browser.xml b/vlc-android/res/layout/audio_browser.xml
index 5f89d74..6d1b1cf 100644
--- a/vlc-android/res/layout/audio_browser.xml
+++ b/vlc-android/res/layout/audio_browser.xml
@@ -115,5 +115,6 @@
android:tint="@color/grey50"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
android:layout_margin="16dp"/>
</RelativeLayout>
More information about the Android
mailing list