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

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