Updater: adaptive icon
Change-Id: Ifee7b51f48b204b646935d9470d31f6e9519124d Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1010 B |
Binary file not shown.
Before Width: | Height: | Size: 670 B |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
13
res/drawable/ic_foreground.xml
Normal file
13
res/drawable/ic_foreground.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="72.72727"
|
||||||
|
android:viewportHeight="72.72727">
|
||||||
|
<group android:translateX="24.363636"
|
||||||
|
android:translateY="24.363636">
|
||||||
|
<path
|
||||||
|
android:fillColor="#FAFAFA"
|
||||||
|
android:pathData="M17,1.01L7,1c-1.1,0 -2,0.9 -2,2v18c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99zM17,19L7,19L7,5h10v14zM16,13h-3L13,8h-2v5L8,13l4,4 4,-4z"/>
|
||||||
|
</group>
|
||||||
|
</vector>
|
||||||
|
|
20
res/mipmap-anydpi/ic_launcher.xml
Normal file
20
res/mipmap-anydpi/ic_launcher.xml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?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.
|
||||||
|
-->
|
||||||
|
<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>
|
||||||
|
|
@@ -7,4 +7,5 @@
|
|||||||
<color name="background_selected">#ffdddddd</color>
|
<color name="background_selected">#ffdddddd</color>
|
||||||
|
|
||||||
<color name="white">#f5f5f5</color>
|
<color name="white">#f5f5f5</color>
|
||||||
|
<color name="ic_background">#333333</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user