We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937aacb commit 1818beeCopy full SHA for 1818bee
app/src/main/res/layout/write_permission.xml
@@ -15,10 +15,11 @@
15
android:text="@string/confirm_storage_access_text"/>
16
17
<ImageView
18
+ android:id="@+id/dialog_image"
19
android:layout_width="match_parent"
20
android:layout_height="wrap_content"
- android:scaleType="fitCenter"
21
android:adjustViewBounds="true"
22
+ android:scaleType="fitCenter"
23
android:src="@mipmap/write_storage"/>
24
25
</LinearLayout>
0 commit comments