summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-28 18:10:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-25 21:16:23 +0000
commit55fffa95b26c2334c531f7597d4d16d09fbf4504 (patch)
treeab7daacbc3f58dddd6f69662d844b53975881c11 /res/layout
parentd8e5542a7ddba2e107b7f56b9761db1db942c722 (diff)
parentb8170de2a2d0e5cd3812720fe50616fae319413c (diff)
Merge "Decreased height of action bars in dialer" into lmp-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/lists_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index 987c61f99..face20e26 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -25,7 +25,7 @@
android:id="@+id/shortcut_card_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="@dimen/action_bar_height"
+ android:paddingTop="@dimen/action_bar_height_large"
android:background="@color/actionbar_background_color"
android:clipToPadding="false"
android:fadingEdge="none"