mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
style: Change data and storage's icon
This commit is contained in:
parent
a98ba32b43
commit
6ee44ee57f
2 changed files with 6 additions and 1 deletions
|
@ -73,7 +73,7 @@ class SettingsMainController : SettingsController(), FloatingSearchInterface {
|
|||
onClick { navigateTo(SettingsTrackingController()) }
|
||||
}
|
||||
preference {
|
||||
iconRes = R.drawable.ic_backup_restore_24dp
|
||||
iconRes = R.drawable.ic_storage_24dp
|
||||
iconTint = tintColor
|
||||
titleRes = R.string.data_and_storage
|
||||
onClick { navigateTo(SettingsDataController()) }
|
||||
|
|
5
app/src/main/res/drawable/ic_storage_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_storage_24dp.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:tint="#000000"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M2,20h20v-4L2,16v4zM4,17h2v2L4,19v-2zM2,4v4h20L22,4L2,4zM6,7L4,7L4,5h2v2zM2,14h20v-4L2,10v4zM4,11h2v2L4,13v-2z"/>
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue