summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-16 19:38:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-16 19:38:44 +0000
commit1921e861b051159131df71a405b7ee2aff636e35 (patch)
tree1ef063e78de06b6c2fc494da8f46a552fbf64d80 /res
parentd5f756e1ff7dea5fd3944399b47cc5de76d4ab01 (diff)
parent6fa7a4c530f047a3ebb28eed77047381b88ca0fc (diff)
Merge "Fix remove view visibility."
Diffstat (limited to 'res')
-rw-r--r--res/layout/lists_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index 98a1422c0..bcf414b07 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -56,6 +56,7 @@
android:id="@+id/remove_view"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_height"
+ android:layout_marginTop="@dimen/action_bar_height_large"
android:layout_alignParentTop="true" >
<LinearLayout