From 3443d4ae53a0c3dc51647b2306bdc5255043ca9c Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 23 May 2014 19:30:35 -0700 Subject: Increase size of actionBar * Increase size of actionBar to 64dps and also add 8dps of padding to the search box. * Removed some unused styles Bug: 15165670 Change-Id: Ia232431b2e637c9ccbdd0710f723f2063add524b --- res/layout/lists_fragment.xml | 2 +- res/values-land/styles.xml | 22 ---------------------- res/values/dimens.xml | 10 +++++++--- res/values/styles.xml | 7 ++----- src/com/android/dialer/DialtactsActivity.java | 5 +---- 5 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 res/values-land/styles.xml diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index d75095aaf..7e15f84c5 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -24,7 +24,7 @@ android:id="@+id/shortcut_card_list" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="?android:attr/actionBarSize" + android:paddingTop="@dimen/action_bar_height" android:background="@color/actionbar_background_color" android:clipToPadding="false" android:fadingEdge="none" diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml deleted file mode 100644 index 1388a17f1..000000000 --- a/res/values-land/styles.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 78d91c247..e884566a1 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -88,12 +88,16 @@ 24dp + + 64dp + 7dp - 4dp + 8dp - 4dp + 8dp 13.24sp @@ -108,7 +112,7 @@ 28dp - 10dp + 5dp 43dp diff --git a/res/values/styles.xml b/res/values/styles.xml index 659d5abca..3a4134cc6 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -72,7 +72,7 @@ #33b5e5 ?android:attr/actionBarSize - @color/actionbar_background_color_dark + @color/actionbar_background_color_dark @@ -117,6 +117,7 @@ @color/actionbar_background_color #ffffff @style/DialtactsActionBarTitleText + @dimen/action_bar_height @android:color/transparent @@ -156,10 +157,6 @@ always - -