diff options
-rw-r--r-- | AndroidManifest.xml | 1 | ||||
-rw-r--r-- | res/mipmap-hdpi/ic_app_icon.png | bin | 0 -> 4347 bytes | |||
-rw-r--r-- | res/mipmap-mdpi/ic_app_icon.png | bin | 0 -> 2519 bytes | |||
-rw-r--r-- | res/mipmap-xhdpi/ic_app_icon.png | bin | 0 -> 6502 bytes | |||
-rw-r--r-- | res/mipmap-xxhdpi/ic_app_icon.png | bin | 0 -> 11144 bytes | |||
-rw-r--r-- | res/mipmap-xxxhdpi/ic_app_icon.png | bin | 0 -> 14323 bytes |
6 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 69912ab12..a3edae35c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -11,6 +11,7 @@ <application android:name=".DocumentsApplication" android:label="@string/app_label" + android:icon="@mipmap/ic_app_icon" android:supportsRtl="true"> <activity diff --git a/res/mipmap-hdpi/ic_app_icon.png b/res/mipmap-hdpi/ic_app_icon.png Binary files differnew file mode 100644 index 000000000..cd3a0370b --- /dev/null +++ b/res/mipmap-hdpi/ic_app_icon.png diff --git a/res/mipmap-mdpi/ic_app_icon.png b/res/mipmap-mdpi/ic_app_icon.png Binary files differnew file mode 100644 index 000000000..8d08e9b4d --- /dev/null +++ b/res/mipmap-mdpi/ic_app_icon.png diff --git a/res/mipmap-xhdpi/ic_app_icon.png b/res/mipmap-xhdpi/ic_app_icon.png Binary files differnew file mode 100644 index 000000000..f3bacb7f3 --- /dev/null +++ b/res/mipmap-xhdpi/ic_app_icon.png diff --git a/res/mipmap-xxhdpi/ic_app_icon.png b/res/mipmap-xxhdpi/ic_app_icon.png Binary files differnew file mode 100644 index 000000000..515617193 --- /dev/null +++ b/res/mipmap-xxhdpi/ic_app_icon.png diff --git a/res/mipmap-xxxhdpi/ic_app_icon.png b/res/mipmap-xxxhdpi/ic_app_icon.png Binary files differnew file mode 100644 index 000000000..6dc2f7682 --- /dev/null +++ b/res/mipmap-xxxhdpi/ic_app_icon.png |