summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsher Simonds <asher@cyngn.com>2016-08-08 10:26:43 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-11 15:52:30 -0700
commit1e9e7cd7d7def8013a30262399f0c731b5997bdb (patch)
tree3d07c1e2330663eb9924f080ad85dee901e584ae
parentcdfcad645c9d2bdb135cdcd18666ede0eee55f82 (diff)
downloadandroid_packages_services_ThemeManagerService-1e9e7cd7d7def8013a30262399f0c731b5997bdb.tar.gz
android_packages_services_ThemeManagerService-1e9e7cd7d7def8013a30262399f0c731b5997bdb.tar.bz2
android_packages_services_ThemeManagerService-1e9e7cd7d7def8013a30262399f0c731b5997bdb.zip
ThemeManager: add icon
Change-Id: If5271cd17c2f3c61bc3da6ec970c3fb695fe71d6 Signed-off-by: Roman Birg <roman@cyngn.com>
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/mipmap-hdpi/ic_theme_manager_service.pngbin0 -> 4047 bytes
-rw-r--r--res/mipmap-mdpi/ic_theme_manager_service.pngbin0 -> 2053 bytes
-rw-r--r--res/mipmap-xhdpi/ic_theme_manager_service.pngbin0 -> 5582 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_theme_manager_service.pngbin0 -> 10460 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_theme_manager_service.pngbin0 -> 16256 bytes
6 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 602bfe6..00681e8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,8 @@
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
- <application android:label="@string/app_name">
+ <application android:label="@string/app_name"
+ android:icon="@mipmap/ic_theme_manager_service">
<service android:name="org.cyanogenmod.themeservice.ThemeManagerService"
android:permission="cyanogenmod.permission.BIND_CORE_SERVICE"
diff --git a/res/mipmap-hdpi/ic_theme_manager_service.png b/res/mipmap-hdpi/ic_theme_manager_service.png
new file mode 100644
index 0000000..f816c4e
--- /dev/null
+++ b/res/mipmap-hdpi/ic_theme_manager_service.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_theme_manager_service.png b/res/mipmap-mdpi/ic_theme_manager_service.png
new file mode 100644
index 0000000..c71da32
--- /dev/null
+++ b/res/mipmap-mdpi/ic_theme_manager_service.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_theme_manager_service.png b/res/mipmap-xhdpi/ic_theme_manager_service.png
new file mode 100644
index 0000000..85d674f
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_theme_manager_service.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_theme_manager_service.png b/res/mipmap-xxhdpi/ic_theme_manager_service.png
new file mode 100644
index 0000000..713ebf5
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_theme_manager_service.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_theme_manager_service.png b/res/mipmap-xxxhdpi/ic_theme_manager_service.png
new file mode 100644
index 0000000..19082f6
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_theme_manager_service.png
Binary files differ