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:
parent
5df986539c
commit
049d4262b7
2 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue