mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
the background at video controls should be gradient too
This commit is contained in:
parent
534ff0ab7d
commit
4e9dc8e85f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/actionbar_grey"
|
||||
android:background="@drawable/gradient_background"
|
||||
android:paddingLeft="@dimen/timer_padding"
|
||||
android:paddingRight="@dimen/timer_padding">
|
||||
|
||||
|
|
Loading…
Reference in a new issue