commit | 1921e861b051159131df71a405b7ee2aff636e35 | [log] [tgz] |
---|---|---|
author | Andrew Lee <anwlee@google.com> | Mon Mar 16 19:38:43 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 16 19:38:44 2015 +0000 |
tree | 1ef063e78de06b6c2fc494da8f46a552fbf64d80 | |
parent | d5f756e1ff7dea5fd3944399b47cc5de76d4ab01 [diff] | |
parent | 6fa7a4c530f047a3ebb28eed77047381b88ca0fc [diff] |
Merge "Fix remove view visibility."
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index 98a1422..bcf414b 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