Add bottom padding for "Live now" list
This commit is contained in:
parent
0af728f1a4
commit
0a96ffafa4
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
android:id="@+id/recycler_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:paddingBottom="@dimen/list_view_bottom_padding"
|
||||
android:scrollbars="vertical"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
<dimen name="list_item_content_margin">64dp</dimen>
|
||||
<dimen name="list_item_bottom_margin">3dp</dimen>
|
||||
|
||||
<dimen name="list_view_bottom_padding">52dp</dimen>
|
||||
|
||||
<dimen name="card_divider_bottom_margin">6dp</dimen>
|
||||
|
||||
<dimen name="image_button_padding">12dp</dimen>
|
||||
|
|
Loading…
Reference in a new issue