diff options
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" |