mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Remove material-design-dimens (#5133)
This commit is contained in:
		| @@ -12,4 +12,6 @@ | ||||
|     <dimen name="fab_list_padding">88dp</dimen> | ||||
|  | ||||
|     <dimen name="action_toolbar_list_padding">72dp</dimen> | ||||
|  | ||||
|     <dimen name="screen_edge_margin">16dp</dimen> | ||||
| </resources> | ||||
|   | ||||
| @@ -177,17 +177,11 @@ | ||||
|     <style name="Theme.Widget.CardView" parent="CardView"> | ||||
|         <item name="android:layout_width">match_parent</item> | ||||
|         <item name="android:layout_height">wrap_content</item> | ||||
|         <item name="android:padding">@dimen/material_component_cards_top_and_bottom_padding</item> | ||||
|         <item name="android:layout_marginTop">@dimen/material_component_cards_space_between_cards | ||||
|         </item> | ||||
|         <item name="android:layout_marginBottom"> | ||||
|             @dimen/material_component_cards_space_between_cards | ||||
|         </item> | ||||
|         <item name="android:layout_marginStart"> | ||||
|             @dimen/material_component_cards_space_between_cards | ||||
|         </item> | ||||
|         <item name="android:layout_marginEnd">@dimen/material_component_cards_space_between_cards | ||||
|         </item> | ||||
|         <item name="android:padding">16dp</item> | ||||
|         <item name="android:layout_marginTop">8dp</item> | ||||
|         <item name="android:layout_marginBottom">8dp</item> | ||||
|         <item name="android:layout_marginStart">8dp</item> | ||||
|         <item name="android:layout_marginEnd">8dp</item> | ||||
|         <item name="cardBackgroundColor">?attr/colorSurface</item> | ||||
|         <item name="cardCornerRadius">@dimen/card_radius</item> | ||||
|         <item name="cardElevation">2dp</item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user