[Android] Add adv options in remote control alyout

Geoffrey Métais git at videolan.org
Mon Dec 17 11:11:15 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 17 11:10:31 2018 +0100| [04d0099e4d4f4ede527fbbd0303f45fd010efd80] | committer: Geoffrey Métais

Add adv options in remote control alyout

> https://code.videolan.org/videolan/vlc-android/commit/04d0099e4d4f4ede527fbbd0303f45fd010efd80
---

 vlc-android/res/layout/player_remote_control.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/vlc-android/res/layout/player_remote_control.xml b/vlc-android/res/layout/player_remote_control.xml
index d4e87d472..d14a2766c 100644
--- a/vlc-android/res/layout/player_remote_control.xml
+++ b/vlc-android/res/layout/player_remote_control.xml
@@ -103,4 +103,13 @@
         android:background="@drawable/rounded_corners"
         android:visibility="gone"/>
 
+    <androidx.appcompat.widget.ViewStubCompat
+        android:id="@+id/player_options_stub"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_alignParentEnd="true"
+        android:layout_centerVertical="true"
+        android:fitsSystemWindows="false"
+        android:layout="@layout/player_options" />
+
 </RelativeLayout>



More information about the Android mailing list