increasing the top padding of simple event list view

This commit is contained in:
tibbi 2019-12-02 21:52:54 +01:00
parent 841c812fd5
commit c58f1fbbb8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
android:id="@+id/event_item_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/medium_margin"
android:paddingBottom="@dimen/normal_margin"
android:paddingEnd="@dimen/activity_margin"
android:paddingTop="@dimen/small_margin">