From c62da974b9534f29e153736e63a8ee3b3982bb9d Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 14 Feb 2024 10:05:54 +0000 Subject: Fixing profile badge themes for various grid and list holders. Applied a 'colorAccent' tint to the ImageView in XML layout of the respective holders to modify the appearance of the attached profile badge drawables. Bug: 324836488 Bug: 325008995 Test: Screenshot- screen/BBNyTueSg7Frx5U Change-Id: I6f1396cab03df9d355b73d58cced57b689c22a48 --- res/layout-sw720dp/item_doc_list.xml | 1 + res/layout/item_dir_grid.xml | 1 + res/layout/item_doc_grid.xml | 1 + res/layout/item_doc_list.xml | 1 + res/layout/item_photo_grid.xml | 1 + 5 files changed, 5 insertions(+) diff --git a/res/layout-sw720dp/item_doc_list.xml b/res/layout-sw720dp/item_doc_list.xml index 4b2b3715a..3013f3173 100644 --- a/res/layout-sw720dp/item_doc_list.xml +++ b/res/layout-sw720dp/item_doc_list.xml @@ -101,6 +101,7 @@ android:layout_marginEnd="@dimen/briefcase_icon_margin" android:layout_gravity="center_vertical" android:src="@drawable/ic_briefcase" + android:tint="?android:attr/colorAccent" android:contentDescription="@string/a11y_work"/>