summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-28 18:31:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-28 18:31:13 +0000
commita975c4d38ccf1dfeca6e393a5bf9287e13464837 (patch)
treeab7daacbc3f58dddd6f69662d844b53975881c11 /res
parent44073f4c8680eb6f8cc040a2f6670698564dd64d (diff)
parent9ca0f40cc3deabfa4203c9b4812889f96d45c4ab (diff)
am 9ca0f40c: am f7ae9fcd: am 55fffa95: Merge "Decreased height of action bars in dialer" into lmp-dev
* commit '9ca0f40cc3deabfa4203c9b4812889f96d45c4ab': Decreased height of action bars in dialer
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 -->