mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Add animations for Bottom Navigation items (#5181)
* Animated icon for the Library tab Co-Authored-By: CrepeTF <70870719+CrepeTF@users.noreply.github.com> * Animated icon for the More tab Co-Authored-By: CrepeTF <70870719+CrepeTF@users.noreply.github.com> * Rename more_vert to overflow Should maybe help any confusion together with the other more_horiz changes. * Animated icon for the History tab Co-Authored-By: CrepeTF <70870719+CrepeTF@users.noreply.github.com> * Clarify names and clean files * Animated icon for the Updates tab * Animated icon for the Browse tab * Recreate the animated icon for the History tab History icons look better when the internal clock is not moving. Co-authored-by: CrepeTF <70870719+CrepeTF@users.noreply.github.com>
This commit is contained in:
		@@ -29,7 +29,7 @@ class SettingsMainController : SettingsController() {
 | 
			
		||||
            onClick { navigateTo(SettingsGeneralController()) }
 | 
			
		||||
        }
 | 
			
		||||
        preference {
 | 
			
		||||
            iconRes = R.drawable.ic_collections_bookmark_outline_24dp
 | 
			
		||||
            iconRes = R.drawable.ic_library_outline_24dp
 | 
			
		||||
            iconTint = tintColor
 | 
			
		||||
            titleRes = R.string.pref_category_library
 | 
			
		||||
            onClick { navigateTo(SettingsLibraryController()) }
 | 
			
		||||
@@ -53,7 +53,7 @@ class SettingsMainController : SettingsController() {
 | 
			
		||||
            onClick { navigateTo(SettingsTrackingController()) }
 | 
			
		||||
        }
 | 
			
		||||
        preference {
 | 
			
		||||
            iconRes = R.drawable.ic_explore_outline_24dp
 | 
			
		||||
            iconRes = R.drawable.ic_browse_outline_24dp
 | 
			
		||||
            iconTint = tintColor
 | 
			
		||||
            titleRes = R.string.browse
 | 
			
		||||
            onClick { navigateTo(SettingsBrowseController()) }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user