fix #2729, make video duration at grid thumbnails easier to read
This commit is contained in:
parent
ceaf115b31
commit
f4b89598e6
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
|||
android:ellipsize="end"
|
||||
android:gravity="end"
|
||||
android:maxLines="1"
|
||||
android:shadowColor="@color/default_background_color"
|
||||
android:shadowRadius="4"
|
||||
android:shadowColor="@color/md_grey_black_dark"
|
||||
android:shadowRadius="6"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Reference in a new issue