Fix top padding in up Updates/History

(cherry picked from commit d2eb5d7f45a960125e6317886c8309de8d76dbad)
This commit is contained in:
arkon 2021-05-22 12:01:14 -04:00 committed by Jobobby04
parent 2f9069765e
commit 623b64aa79
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipToPadding="false" android:clipToPadding="false"
android:paddingTop="4dp"
android:paddingBottom="@dimen/action_toolbar_list_padding" android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/history_item" /> tools:listitem="@layout/history_item" />

View File

@ -15,6 +15,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipToPadding="false" android:clipToPadding="false"
android:paddingTop="4dp"
android:paddingBottom="@dimen/action_toolbar_list_padding" android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/updates_item" /> tools:listitem="@layout/updates_item" />