mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix top padding in up Updates/History
This commit is contained in:
		| @@ -11,6 +11,7 @@ | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:clipToPadding="false" | ||||
|         android:paddingTop="4dp" | ||||
|         android:paddingBottom="@dimen/action_toolbar_list_padding" | ||||
|         tools:listitem="@layout/history_item" /> | ||||
|  | ||||
|   | ||||
| @@ -15,6 +15,7 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:clipToPadding="false" | ||||
|             android:paddingTop="4dp" | ||||
|             android:paddingBottom="@dimen/action_toolbar_list_padding" | ||||
|             tools:listitem="@layout/updates_item" /> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user