mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 05:57:59 +01:00
Move slider info above player controls
This commit is contained in:
parent
ee755ef6de
commit
c5993234a7
2 changed files with 4 additions and 4 deletions
|
@ -54,9 +54,9 @@
|
|||
android:id="@+id/slide_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_above="@id/bottom_video_time_holder"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginBottom="200dp"
|
||||
android:layout_marginBottom="@dimen/big_margin"
|
||||
android:alpha="0"
|
||||
android:background="@drawable/black_rounded_background"
|
||||
android:gravity="center"
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
android:id="@+id/slide_info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_above="@id/bottom_video_time_holder"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginBottom="120dp"
|
||||
android:layout_marginBottom="@dimen/big_margin"
|
||||
android:alpha="0"
|
||||
android:background="@drawable/black_rounded_background"
|
||||
android:gravity="center"
|
||||
|
|
Loading…
Reference in a new issue