アイコン変更

This commit is contained in:
r-ca 2024-01-20 16:02:57 +09:00
parent b8f3b016b7
commit 4d5d02c794
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -50,7 +50,7 @@ public class SettingTopFragment extends Fragment {
new SettingListItem( new SettingListItem(
"Display", "Display",
"Display settings", "Display settings",
ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.save_24px), ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.palette_24px),
R.id.action_settingTopFragment_to_settingDisplayPageFragment R.id.action_settingTopFragment_to_settingDisplayPageFragment
) )
); );
@ -59,7 +59,7 @@ public class SettingTopFragment extends Fragment {
new SettingListItem( new SettingListItem(
"Data", "Data",
"Data settings", "Data settings",
ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.save_24px), ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.settings_backup_restore_24px),
R.id.action_settingTopFragment_to_settingDataPageFragment R.id.action_settingTopFragment_to_settingDataPageFragment
) )
); );
@ -68,7 +68,7 @@ public class SettingTopFragment extends Fragment {
new SettingListItem( new SettingListItem(
"Scan", "Scan",
"Scan settings", "Scan settings",
ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.save_24px), ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.document_scanner_24px),
R.id.action_settingTopFragment_to_settingScanPageFragment R.id.action_settingTopFragment_to_settingScanPageFragment
) )
); );
@ -77,7 +77,7 @@ public class SettingTopFragment extends Fragment {
new SettingListItem( new SettingListItem(
"About", "About",
"About this app", "About this app",
ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.save_24px), ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.info_24px),
R.id.action_settingTopFragment_to_settingAboutPageFragment R.id.action_settingTopFragment_to_settingAboutPageFragment
) )
); );