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/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 + 4 files changed, 4 insertions(+) (limited to 'res/layout') diff --git a/res/layout/item_dir_grid.xml b/res/layout/item_dir_grid.xml index 423aba0c1..bd690d4d3 100644 --- a/res/layout/item_dir_grid.xml +++ b/res/layout/item_dir_grid.xml @@ -86,6 +86,7 @@ android:layout_width="@dimen/briefcase_icon_size" android:layout_marginEnd="@dimen/briefcase_icon_margin" android:src="@drawable/ic_briefcase" + android:tint="?android:attr/colorAccent" android:contentDescription="@string/a11y_work"/>