mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Tabbed bottom sheet adjustments (#6309)
* SimpleNavigationView: Don't set background and elevation * Add divider for tabs in bottom sheet
This commit is contained in:
		
							
								
								
									
										16
									
								
								app/src/main/res/drawable/transparent_tabs_background.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								app/src/main/res/drawable/transparent_tabs_background.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <item> | ||||
|         <shape | ||||
|             android:shape="rectangle"> | ||||
|             <solid android:color="@android:color/transparent"/> | ||||
|         </shape> | ||||
|     </item> | ||||
|     <item | ||||
|         android:gravity="bottom"> | ||||
|         <shape> | ||||
|             <size android:height="1dp" /> | ||||
|             <solid android:color="?attr/colorSurfaceVariant" /> | ||||
|         </shape> | ||||
|     </item> | ||||
| </layer-list> | ||||
		Reference in New Issue
	
	Block a user