From b8170de2a2d0e5cd3812720fe50616fae319413c Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 28 Jul 2014 10:41:08 -0700 Subject: Decreased height of action bars in dialer Kept the height of the search box the same while decreasing the height of all other action bars. Bug: 16627750 Change-Id: I43f2ae6b0f67113df2522369f5fef78c0dc12df4 --- res/layout/lists_fragment.xml | 2 +- res/values/dimens.xml | 3 ++- res/values/styles.xml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'res') 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" diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 176680ee6..752fffc4c 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -84,7 +84,8 @@ - 64dp + 56dp + 64dp 43dp 107dp diff --git a/res/values/styles.xml b/res/values/styles.xml index bda26cdab..4f4cb18ff 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -128,6 +128,7 @@ -- cgit v1.2.3