mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
adding some shadow to the video duration
This commit is contained in:
parent
5036624c23
commit
cb40ffded5
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
android:maxLines="1"
|
||||
android:paddingLeft="@dimen/small_margin"
|
||||
android:paddingRight="@dimen/small_margin"
|
||||
android:shadowColor="@color/default_background_color"
|
||||
android:shadowRadius="4"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Reference in a new issue