summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-09 15:22:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-09 15:22:25 -0700
commit1f27ae72d3899db38db6d9fcd45e29feb1288613 (patch)
tree3cdf02af5de6d448f67c2e2838dddd9dfa9064d1 /res
parent3587e7f4bec684a5b43204269d072bd759479231 (diff)
parenta53c9ced8f3f6854bb1d359ec3d8f3cbc72fe2e7 (diff)
am a53c9ced: Merge "Fix dialpad actionbar item heights" into klp-dev
* commit 'a53c9ced8f3f6854bb1d359ec3d8f3cbc72fe2e7': Fix dialpad actionbar item heights
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index 178e33b8e..b79214a65 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -82,7 +82,7 @@
android:background="@color/dialpad_primary_text_color">
<ImageButton
android:id="@+id/call_history_on_dialpad_button"
- android:layout_height="@dimen/fake_action_bar_height"
+ android:layout_height="match_parent"
android:layout_width="@dimen/fake_menu_button_min_width"
android:layout_gravity="bottom|start"
android:background="@drawable/btn_call"
@@ -100,7 +100,7 @@
android:src="@drawable/ic_dial_action_call" />
<ImageButton
android:id="@+id/overflow_menu_on_dialpad"
- android:layout_height="@dimen/fake_action_bar_height"
+ android:layout_height="match_parent"
android:layout_width="@dimen/fake_menu_button_min_width"
android:layout_gravity="bottom|end"
android:background="@drawable/btn_call"