Added bottom padding to the playlist detail list so the FAB doesn't cut off menus at the bottom of the list.

This commit is contained in:
Aidan Follestad 2015-04-23 12:48:30 -05:00
commit 049d4262b7
2 changed files with 5 additions and 3 deletions

View file

@ -21,6 +21,7 @@
android:clipToPadding="false" android:clipToPadding="false"
android:divider="@null" android:divider="@null"
android:dividerHeight="0px" android:dividerHeight="0px"
android:paddingBottom="@dimen/playlist_list_bottom_offset"
android:scrollbars="vertical" /> android:scrollbars="vertical" />
</LinearLayout> </LinearLayout>

View file

@ -48,4 +48,5 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="list_padding_vertical">2dp</dimen> <dimen name="list_padding_vertical">2dp</dimen>
<dimen name="notification_albumart_size">128dp</dimen> <dimen name="notification_albumart_size">128dp</dimen>
<dimen name="playlist_list_bottom_offset">86dp</dimen>
</resources> </resources>