- Fixed player control positions

- Added fade to player controls
This commit is contained in:
Stefan Schueller 2019-01-27 17:08:00 +01:00
parent 3d4d74ef7b
commit 88b53324ea
2 changed files with 10 additions and 7 deletions

View File

@ -6,6 +6,7 @@
android:layout_height="match_parent">
<com.google.android.exoplayer2.ui.PlayerView
android:animateLayoutChanges="true"
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@ -31,17 +31,18 @@
<View
<Space
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1" />
android:layout_weight="1"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
android:paddingTop="4dp">
android:paddingTop="8dp">
<ImageButton
android:id="@id/exo_rew"
@ -65,11 +66,12 @@
</LinearLayout>
<View
<Space
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1" />
android:layout_weight="1"
/>
<LinearLayout
android:layout_width="match_parent"
@ -130,7 +132,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginTop="-12dp"
android:gravity="bottom"
android:orientation="horizontal">