summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
author Shubham Basu <basushubham@google.com> 2021-06-06 22:33:42 -0700
committer Shubham Basu <basushubham@google.com> 2021-06-07 05:39:59 +0000
commitb812d5538aebb2694258c3700dee1bf92fa18329 (patch)
treefef929643c4155a47258156b558c11ebdf0e94a3 /res
parentc7d831f85117c6a33b1bf3f9c97ec3c1439b697c (diff)
adding overlay color to all selected item
Bug: 188820428 Test: Manual cherry-pick: https://googleplex-android-review.git.corp.google.com/c/platform/packages/apps/DocumentsUI/+/14787924 Change-Id: I0ddcfb58a7aca05e6dccfdacc18934f082bce612
Diffstat (limited to 'res')
-rw-r--r--res/layout/item_doc_grid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/item_doc_grid.xml b/res/layout/item_doc_grid.xml
index 7b025419f..0b819804e 100644
--- a/res/layout/item_doc_grid.xml
+++ b/res/layout/item_doc_grid.xml
@@ -52,7 +52,7 @@
<FrameLayout
android:id="@+id/thumbnail"
- android:background="?android:attr/colorBackground"
+ android:background="?attr/gridItemTint"
android:layout_width="match_parent"
android:layout_height="wrap_content">