mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
アイコン変更
This commit is contained in:
parent
b8f3b016b7
commit
4d5d02c794
|
@ -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
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user