Browse Source

Fix background overlapping infos on remote view

shortcuts
Geoffrey Métais 9 years ago
parent
commit
a23f1b2724
  1. 15
      vlc-android/res/layout/player_remote_control.xml

15
vlc-android/res/layout/player_remote_control.xml

@ -39,6 +39,13 @@
android:background="@color/grey850"
android:fitsSystemWindows="true" >
<ImageView
android:id="@+id/player_remote_tips_background"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/background_cone" />
<android.support.v7.widget.ViewStubCompat
android:id="@+id/player_info_stub"
android:layout_width="wrap_content"
@ -48,14 +55,6 @@
android:layout_marginBottom="@dimen/default_margin"
android:layout="@layout/player_overlay_info"/>
<ImageView
android:id="@+id/player_remote_tips_background"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@drawable/background_cone"
android:visibility="invisible" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"

Loading…
Cancel
Save