From 049d4262b7548c4fce40eeeb3e9fb960fca504e5 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Thu, 23 Apr 2015 12:48:30 -0500 Subject: [PATCH] Added bottom padding to the playlist detail list so the FAB doesn't cut off menus at the bottom of the list. --- app/src/main/res/layout/activity_playlist_detail.xml | 7 ++++--- app/src/main/res/values/dimens.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_playlist_detail.xml b/app/src/main/res/layout/activity_playlist_detail.xml index 21085751..9842ce10 100644 --- a/app/src/main/res/layout/activity_playlist_detail.xml +++ b/app/src/main/res/layout/activity_playlist_detail.xml @@ -1,7 +1,7 @@ + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent"> diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index b7ae5e10..42208fcd 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -48,4 +48,5 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout 2dp 128dp + 86dp