diff options
author | 2022-01-28 17:04:42 +0000 | |
---|---|---|
committer | 2022-01-29 15:03:56 +0000 | |
commit | 7b273c27a47f501950d18ac91badcc6e33b04202 (patch) | |
tree | 512180d071f4c18ffb0895d17153c446d174e721 /res/layout | |
parent | 23da2b320b275dd1f3abd9a5e0d36112011135bd (diff) |
Allow updating enteprise drawables in DocsUI
Bug: 188410712
Bug: 211422509
Bug: 202398471
Test: manual
Change-Id: Ib0d54293c7e0cc97041c80f86366ceb173cdb0c7
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/item_photo_grid.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/item_photo_grid.xml b/res/layout/item_photo_grid.xml index 562ebd32a..5cf685004 100644 --- a/res/layout/item_photo_grid.xml +++ b/res/layout/item_photo_grid.xml @@ -112,6 +112,7 @@ android:pointerIcon="hand"> <ImageView + android:id="@+id/icon_id" android:layout_height="@dimen/briefcase_icon_size_photo" android:layout_width="@dimen/briefcase_icon_size_photo" android:src="@drawable/ic_briefcase_white" |