From adbaaea6339dc23c2d116d10b8cabd2a689440e6 Mon Sep 17 00:00:00 2001 From: gmasil <54176035+gmasil@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:24:53 +0100 Subject: [PATCH] align play icon and video duration text --- app/src/main/res/layout/video_item_grid.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/video_item_grid.xml b/app/src/main/res/layout/video_item_grid.xml index c4aaea443..1613377b5 100644 --- a/app/src/main/res/layout/video_item_grid.xml +++ b/app/src/main/res/layout/video_item_grid.xml @@ -29,7 +29,7 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/play_icon_holder" android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_height="@dimen/selection_check_size" android:layout_marginTop="@dimen/small_margin" android:layout_marginLeft="@dimen/small_margin" android:background="@drawable/darkened_automatic_circle_background" > @@ -46,14 +46,12 @@