mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2026-07-10 00:12:06 +00:00
chore: change icons
This commit is contained in:
parent
273f572968
commit
22e85ecb8d
3 changed files with 22 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ fun SettingsScreen(
|
|||
id = "updates_sources",
|
||||
title = R.string.settings_updates_sources_title,
|
||||
description = R.string.settings_updates_sources_description,
|
||||
icon = R.drawable.ic_update_24px,
|
||||
icon = R.drawable.ic_checklist_24px,
|
||||
type = ParamType.MULTI_SELECT,
|
||||
defaultVal = "dev.mi6e4ka.openstore;dev.mi6e4ka.openstore.nightly;dev.mi6e4ka.openstore.debug;ru.vk.store",
|
||||
select = dynamicSources
|
||||
|
|
@ -114,7 +114,7 @@ fun SettingsScreen(
|
|||
id = "updates_check_all",
|
||||
title = R.string.settings_updates_check_all_title,
|
||||
description = R.string.settings_updates_check_all_description,
|
||||
icon = R.drawable.ic_arrow_circle_up_24px,
|
||||
icon = R.drawable.ic_arrow_shape_up_stack_2_24px,
|
||||
type = ParamType.SWITCH,
|
||||
defaultVal = ""
|
||||
),
|
||||
|
|
|
|||
10
app/src/main/res/drawable/ic_arrow_shape_up_stack_2_24px.xml
Normal file
10
app/src/main/res/drawable/ic_arrow_shape_up_stack_2_24px.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M360,920L360,800L160,800L480,440L800,800L600,800L600,920L360,920ZM440,840L520,840L520,720L622,720L480,560L338,720L440,720L440,840ZM160,600L480,240L800,600L693,600L480,360L267,600L160,600ZM160,400L480,40L800,400L693,400L480,160L267,400L160,400ZM480,720L480,720L480,720L480,720L480,720L480,720L480,720Z"/>
|
||||
</vector>
|
||||
10
app/src/main/res/drawable/ic_checklist_24px.xml
Normal file
10
app/src/main/res/drawable/ic_checklist_24px.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M222,760L80,618L136,562L221,647L391,477L447,534L222,760ZM222,440L80,298L136,242L221,327L391,157L447,214L222,440ZM520,680L520,600L880,600L880,680L520,680ZM520,360L520,280L880,280L880,360L520,360Z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue