style: Change data and storage's icon

This commit is contained in:
Ahmad Ansori Palembani 2024-05-27 12:51:21 +07:00
parent a98ba32b43
commit 6ee44ee57f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 6 additions and 1 deletions

View file

@ -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()) }

View 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>