summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-02-13 18:43:21 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:15:06 +0200
commitce5a8c092f17a4d17c2f9b735b91029eaa57f282 (patch)
treed180c42139d2568e213adc272130b5aa1c114fe2
parent54eabc5ee5e41a78e8982b6841593132fd97f40d (diff)
downloadandroid_packages_apps_Stk-staging/lineage-17.0_merge-android-10.0.0_r9.tar.gz
android_packages_apps_Stk-staging/lineage-17.0_merge-android-10.0.0_r9.tar.bz2
android_packages_apps_Stk-staging/lineage-17.0_merge-android-10.0.0_r9.zip
Change-Id: I2370a03f5ad1c29194f70abedbe181b0b01d550a
-rw-r--r--AndroidManifest.xml6
-rw-r--r--res/drawable-anydpi/ic_foreground.xml13
-rw-r--r--res/drawable-hdpi/ic_launcher_sim_toolkit.pngbin5830 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_launcher_sim_toolkit.pngbin3786 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher_sim_toolkit.pngbin7659 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_launcher_sim_toolkit.pngbin11882 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_launcher_sim_toolkit.pngbin7941 -> 0 bytes
-rw-r--r--res/mipmap-anydpi/ic_launcher.xml5
-rw-r--r--res/values/lineage_colors.xml19
-rw-r--r--src/com/android/stk/StkLauncherActivity.java2
10 files changed, 41 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3ab0e05..b6a8913 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,7 +31,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
- <application android:icon="@drawable/ic_launcher_sim_toolkit"
+ <application android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:clearTaskOnLaunch="true"
android:process="com.android.phone"
@@ -65,7 +65,7 @@
<activity android:name="StkMenuActivity"
android:theme="@android:style/Theme.Material.Light"
- android:icon="@drawable/ic_launcher_sim_toolkit"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"
android:exported="false"
@@ -79,7 +79,7 @@
<activity android:name="StkInputActivity"
android:label="@string/app_name"
- android:icon="@drawable/ic_launcher_sim_toolkit"
+ android:icon="@mipmap/ic_launcher"
android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
diff --git a/res/drawable-anydpi/ic_foreground.xml b/res/drawable-anydpi/ic_foreground.xml
new file mode 100644
index 0000000..b6de9be
--- /dev/null
+++ b/res/drawable-anydpi/ic_foreground.xml
@@ -0,0 +1,13 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="136.18182"
+ android:viewportHeight="136.18182">
+ <group android:translateX="47.721382"
+ android:translateY="51.721382">
+ <path
+ android:pathData="M7.94,0L0,0L0,16.6L7.94,16.6L7.94,0ZM16.31,0L16.31,8.2L24.69,8.2L24.69,0L16.31,0ZM33.06,0L33.06,16.6L41.44,16.6L41.44,0L33.06,0ZM0,33.4L7.94,33.4L7.94,25L0,25L0,33.4ZM41.44,33.4L33.06,33.4L33.06,25L41.44,25L41.44,33.4ZM24.69,33.4L16.31,33.4L16.31,16.6L24.69,16.6L24.69,33.4Z"
+ android:fillType="evenOdd"
+ android:fillColor="#FF8205"/>
+ </group>
+</vector>
diff --git a/res/drawable-hdpi/ic_launcher_sim_toolkit.png b/res/drawable-hdpi/ic_launcher_sim_toolkit.png
deleted file mode 100644
index d6ebaaf..0000000
--- a/res/drawable-hdpi/ic_launcher_sim_toolkit.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher_sim_toolkit.png b/res/drawable-mdpi/ic_launcher_sim_toolkit.png
deleted file mode 100644
index 9ff189f..0000000
--- a/res/drawable-mdpi/ic_launcher_sim_toolkit.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher_sim_toolkit.png b/res/drawable-xhdpi/ic_launcher_sim_toolkit.png
deleted file mode 100644
index fcc57be..0000000
--- a/res/drawable-xhdpi/ic_launcher_sim_toolkit.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_launcher_sim_toolkit.png b/res/drawable-xxhdpi/ic_launcher_sim_toolkit.png
deleted file mode 100644
index 9aed66b..0000000
--- a/res/drawable-xxhdpi/ic_launcher_sim_toolkit.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_launcher_sim_toolkit.png b/res/drawable-xxxhdpi/ic_launcher_sim_toolkit.png
deleted file mode 100644
index b56c624..0000000
--- a/res/drawable-xxxhdpi/ic_launcher_sim_toolkit.png
+++ /dev/null
Binary files differ
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/values/lineage_colors.xml b/res/values/lineage_colors.xml
new file mode 100644
index 0000000..d689360
--- /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">#E0E0E0</color>
+</resources>
diff --git a/src/com/android/stk/StkLauncherActivity.java b/src/com/android/stk/StkLauncherActivity.java
index 9d2f60f..5f69cfc 100644
--- a/src/com/android/stk/StkLauncherActivity.java
+++ b/src/com/android/stk/StkLauncherActivity.java
@@ -72,7 +72,7 @@ public class StkLauncherActivity extends ListActivity {
mTitleIconView = (ImageView) findViewById(R.id.title_icon);
mTitleTextView.setText(R.string.app_name);
mBitMap = BitmapFactory.decodeResource(getResources(),
- R.drawable.ic_launcher_sim_toolkit);
+ R.mipmap.ic_launcher);
}
@Override