summaryrefslogtreecommitdiff
path: root/res
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
parentd8e5542a7ddba2e107b7f56b9761db1db942c722 (diff)
parentb8170de2a2d0e5cd3812720fe50616fae319413c (diff)
Merge "Decreased height of action bars in dialer" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/lists_fragment.xml2
-rw-r--r--res/values/dimens.xml3
-rw-r--r--res/values/styles.xml1
3 files changed, 4 insertions, 2 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"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 267f0dfd4..f09e1062a 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -85,7 +85,8 @@
<!-- Height of the actionBar - this is 8dps bigger than the platform standard to give more
room to the search box-->
- <dimen name="action_bar_height">64dp</dimen>
+ <dimen name="action_bar_height">56dp</dimen>
+ <dimen name="action_bar_height_large">64dp</dimen>
<dimen name="tab_height">43dp</dimen>
<!-- actionbar height + tab height -->
<dimen name="actionbar_and_tab_height">107dp</dimen>
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 @@
<style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle">
<item name="android:displayOptions"></item>
+ <item name="android:height">@dimen/action_bar_height_large</item>
</style>
<!-- Text in the action bar at the top of the screen -->