add a missing id
This commit is contained in:
parent
937aacb876
commit
1818beefa3
|
@ -15,10 +15,11 @@
|
|||
android:text="@string/confirm_storage_access_text"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dialog_image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitCenter"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@mipmap/write_storage"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in New Issue