summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-07 17:30:49 -0700
committerYorke Lee <yorkelee@google.com>2013-10-07 17:30:49 -0700
commit85c09468410fb87189b6e3cf55b66933ddf912d9 (patch)
treee40db9484a1809b8970b2526b0a9ef52254431f4 /res/layout
parent506ee39086a15fb49413d033729f775be89f151b (diff)
Update dialer actionbar icon and dimensions
Bug: 11118584 Change-Id: Ib582cf01ccafa86b789e74d4f722b84040c36baf
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialpad_fragment.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/dialpad_fragment.xml b/res/layout/dialpad_fragment.xml
index dc2835229..32b1d6094 100644
--- a/res/layout/dialpad_fragment.xml
+++ b/res/layout/dialpad_fragment.xml
@@ -41,7 +41,7 @@
android:id="@+id/digits_container"
android:layout_width="match_parent"
android:layout_height="0px"
- android:layout_weight="@integer/dialpad_layout_weight_digits_new"
+ android:layout_weight="@integer/dialpad_layout_weight_digits"
android:layout_marginTop="@dimen/dialpad_vertical_margin"
android:gravity="center" >
@@ -81,8 +81,7 @@
<LinearLayout
android:id="@+id/dialButtonContainer"
android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="@integer/dialpad_layout_weight_additional_buttons"
+ android:layout_height="@dimen/fake_action_bar_height"
android:layout_gravity="center_horizontal"
android:background="@color/dialpad_primary_text_color"
android:layoutDirection="locale">