mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	UI improvement Phase 1
- Simplified theme/style settings and corrected UI styles - Move «Add To Library» button from toolbar to be simple to find/press it - Toolbar in chapter list with sort/filtration - library/catalog layout fixes
This commit is contained in:
		| @@ -1,9 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:exitFadeDuration="@android:integer/config_shortAnimTime">> | ||||
|     <item android:drawable="@color/line_grey" android:state_pressed="true"/> | ||||
|     <item android:drawable="@color/line_grey" android:state_selected="true"/> | ||||
|     <item android:drawable="@color/line_grey" android:state_activated="true"/> | ||||
|     <item android:drawable="@color/library_text_background"/> | ||||
|  | ||||
| </selector> | ||||
							
								
								
									
										11
									
								
								app/src/main/res/drawable/line_divider.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								app/src/main/res/drawable/line_divider.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:shape="rectangle"> | ||||
|  | ||||
|     <size | ||||
|         android:width="1dp" | ||||
|         android:height="1dp" /> | ||||
|  | ||||
|     <solid android:color="@color/divider" /> | ||||
|  | ||||
| </shape> | ||||
		Reference in New Issue
	
	Block a user