diff options
author | 2016-07-15 14:46:56 -0700 | |
---|---|---|
committer | 2016-07-15 15:37:14 -0700 | |
commit | 2bbd58753095cc3031a8ad92f23489bcf6f52227 (patch) | |
tree | 177e9b572c08120909af42643e0811e05931fe71 | |
parent | 819940f8bf7c67466c25d75ad309d15ca8eface9 (diff) |
Include an app icon.
Bug: 29880363
Change-Id: Ia8d9414ce536fb35acec1357d0f69d3ee158d853
-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 |