mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 21:47:50 +02:00
Update some icons
This commit is contained in:
@ -61,7 +61,7 @@ class MoreController :
|
||||
initDownloadQueueSummary(this)
|
||||
}
|
||||
|
||||
iconRes = R.drawable.ic_file_download_black_24dp
|
||||
iconRes = R.drawable.ic_get_app_24dp
|
||||
iconTint = tintColor
|
||||
onClick {
|
||||
router.pushController(DownloadController().withFadeTransaction())
|
||||
|
@ -24,7 +24,7 @@ class SettingsMainController : SettingsController() {
|
||||
onClick { navigateTo(SettingsGeneralController()) }
|
||||
}
|
||||
preference {
|
||||
iconRes = R.drawable.ic_collections_bookmark_24dp
|
||||
iconRes = R.drawable.ic_collections_bookmark_outline_24dp
|
||||
iconTint = tintColor
|
||||
titleRes = R.string.pref_category_library
|
||||
onClick { navigateTo(SettingsLibraryController()) }
|
||||
@ -36,7 +36,7 @@ class SettingsMainController : SettingsController() {
|
||||
onClick { navigateTo(SettingsReaderController()) }
|
||||
}
|
||||
preference {
|
||||
iconRes = R.drawable.ic_file_download_black_24dp
|
||||
iconRes = R.drawable.ic_get_app_24dp
|
||||
iconTint = tintColor
|
||||
titleRes = R.string.pref_category_downloads
|
||||
onClick { navigateTo(SettingsDownloadController()) }
|
||||
@ -48,7 +48,7 @@ class SettingsMainController : SettingsController() {
|
||||
onClick { navigateTo(SettingsTrackingController()) }
|
||||
}
|
||||
preference {
|
||||
iconRes = R.drawable.ic_explore_24dp
|
||||
iconRes = R.drawable.ic_explore_outline_24dp
|
||||
iconTint = tintColor
|
||||
titleRes = R.string.browse
|
||||
onClick { navigateTo(SettingsBrowseController()) }
|
||||
|
Reference in New Issue
Block a user