add icon for dex obfuscate

This commit is contained in:
kotori2 2022-02-08 03:12:44 +08:00 committed by LoveSy
parent 68b98c2850
commit 56e9aaa66b
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M11.3 2.26l-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.83 3.13 9.37 7.43 10.75c.37.12.77.12 1.14 0c4.3-1.38 7.43-5.91 7.43-10.75v-4.7a2 2 0 0 0-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01z" />
</vector>

View File

@ -92,6 +92,7 @@
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="true"
android:icon="@drawable/ic_round_shield_24"
android:key="enable_dex_obfuscate" android:key="enable_dex_obfuscate"
android:persistent="false" android:persistent="false"
android:title="@string/pref_title_enable_dex_obfuscate" /> android:title="@string/pref_title_enable_dex_obfuscate" />