Skip to content

Commit 1818bee

Browse files
committed
add a missing id
1 parent 937aacb commit 1818bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/write_permission.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
android:text="@string/confirm_storage_access_text"/>
1616

1717
<ImageView
18+
android:id="@+id/dialog_image"
1819
android:layout_width="match_parent"
1920
android:layout_height="wrap_content"
20-
android:scaleType="fitCenter"
2121
android:adjustViewBounds="true"
22+
android:scaleType="fitCenter"
2223
android:src="@mipmap/write_storage"/>
2324

2425
</LinearLayout>

0 commit comments

Comments
 (0)