sdm660-common: DeviceSettings: Change settings icon to MI logo
Signed-off-by: Logan <athuldineshan5@gmail.com> Signed-off-by: K A R T H I K <karthik.lal558@gmail.com>
This commit is contained in:
parent
0cdb83b716
commit
cf39246739
3 changed files with 15 additions and 11 deletions
|
@ -45,7 +45,7 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".DeviceSettingsActivity"
|
android:name=".DeviceSettingsActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:icon="@drawable/ic_device"
|
android:icon="@drawable/ic_mi"
|
||||||
android:label="@string/advanced_settings"
|
android:label="@string/advanced_settings"
|
||||||
android:launchMode="singleTask">
|
android:launchMode="singleTask">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="24.0dp"
|
|
||||||
android:height="24.0dp"
|
|
||||||
android:viewportWidth="24.0"
|
|
||||||
android:viewportHeight="24.0"
|
|
||||||
android:tint="?android:attr/colorControlNormal">
|
|
||||||
<path
|
|
||||||
android:fillColor="#FFFFFFFF"
|
|
||||||
android:pathData="M17,1L7,1C5.9,1,5,1.9,5,3v2h2v4H5v12c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V3C19,1.9,18.1,1,17,1z M11,21H7v-2h4V21z M17,21 h-4v-2h4V21z" />
|
|
||||||
</vector>
|
|
14
DeviceSettings/res/drawable/ic_mi.xml
Normal file
14
DeviceSettings/res/drawable/ic_mi.xml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:fillColor="#FFFFFF"
|
||||||
|
android:pathData="M4,6.771l2.529,0.028l6.297,0c1.6,0 2.683,1.428 2.684,2.922c0.002,2.386
|
||||||
|
0.028,7.48 0.028,7.48l-2.454,0.01l-0.046,-6.7c-0.006,-0.935 -0.634,-1.542
|
||||||
|
-1.548,-1.555c-1.177,-0.017 -4.163,0.019
|
||||||
|
-4.961,0.029l0,8.244l-2.529,0l0,-10.458Zm4.462,4.035l2.586,0l0,6.338l-2.586,0l0,-6.338Zm9.009,-4.035l2.529,0l0,10.458l-2.529,0l0,-10.458Z" />
|
||||||
|
</vector>
|
Loading…
Reference in a new issue