From cb40ffded5d9845bc8ddf9d0d05f6941eaff7ccd Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 2 May 2019 21:27:51 +0200 Subject: [PATCH] adding some shadow to the video duration --- app/src/main/res/layout/photo_video_item_grid.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/photo_video_item_grid.xml b/app/src/main/res/layout/photo_video_item_grid.xml index b584db3cd..1ab8faae6 100644 --- a/app/src/main/res/layout/photo_video_item_grid.xml +++ b/app/src/main/res/layout/photo_video_item_grid.xml @@ -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"