summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/drawable-anydpi/ic_foreground.xml18
-rw-r--r--res/mipmap-anydpi/ic_launcher.xml5
-rw-r--r--res/mipmap-hdpi/ic_launcher_live_wallpaper.pngbin6163 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_live_wallpaper.pngbin3420 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_live_wallpaper.pngbin9991 -> 0 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_live_wallpaper.pngbin17851 -> 0 bytes
-rw-r--r--res/values/lineage_colors.xml19
8 files changed, 43 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2792891..2c3e29d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,7 @@
<application
android:label="@string/application_name"
- android:icon="@mipmap/ic_launcher_live_wallpaper"
+ android:icon="@mipmap/ic_launcher"
android:supportsRtl="true" >
<activity android:name="LiveWallpaperActivity"
diff --git a/res/drawable-anydpi/ic_foreground.xml b/res/drawable-anydpi/ic_foreground.xml
new file mode 100644
index 0000000..7eda10f
--- /dev/null
+++ b/res/drawable-anydpi/ic_foreground.xml
@@ -0,0 +1,18 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="115.8042"
+ android:viewportHeight="115.8042">
+ <group android:translateX="34.9021"
+ android:translateY="39.9021">
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M19.88,7.88L18,12L16.12,7.88L12,6L16.12,4.12L18,0L19.88,4.12L24,6L19.88,7.88Z"/>
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M8,8L10.5,13.5L16,16L10.5,18.5L8,24L5.5,18.5L0,16L5.5,13.5L8,8Z"/>
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M28,12L20.5,22L17.5,26C15,21.5 14,20 14,20L2,36L46,36L28,12Z"/>
+ </group>
+</vector>
diff --git a/res/mipmap-anydpi/ic_launcher.xml b/res/mipmap-anydpi/ic_launcher.xml
new file mode 100644
index 0000000..92971f7
--- /dev/null
+++ b/res/mipmap-anydpi/ic_launcher.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@color/ic_background"/>
+ <foreground android:drawable="@drawable/ic_foreground"/>
+</adaptive-icon>
diff --git a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png b/res/mipmap-hdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index e2a6978..0000000
--- a/res/mipmap-hdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png b/res/mipmap-mdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index 83d98c4..0000000
--- a/res/mipmap-mdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index 3f62ffb..0000000
--- a/res/mipmap-xhdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png b/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png
deleted file mode 100644
index b42c728..0000000
--- a/res/mipmap-xxhdpi/ic_launcher_live_wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml
new file mode 100644
index 0000000..63140fd
--- /dev/null
+++ b/res/values/lineage_colors.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2018 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <color name="ic_background">#00B1E5</color>
+</resources>