diff options
author | Qi Wang <wangqi@google.com> | 2016-02-18 14:43:24 -0800 |
---|---|---|
committer | Qi Wang <wangqi@google.com> | 2016-02-18 14:43:24 -0800 |
commit | d731294974458cf0153af0fac25676a3c92b7050 (patch) | |
tree | 1c9f0f8940ca56498f718d4ebe8458b6be57f24e /res | |
parent | 73fb5b37a7b49995f7a5ce7e99d637ac9c042c0e (diff) |
Use 60/40 layout with two column view for dialerpad in landscape mode.
Bug: 26861613
Change-Id: Id0eee2c75f89625ee83ce19e5b57822bf0784a68
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-land/dialpad_fragment.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/dialpad_fragment.xml b/res/layout-land/dialpad_fragment.xml index 680c2d770..840ec6c4c 100644 --- a/res/layout-land/dialpad_fragment.xml +++ b/res/layout-land/dialpad_fragment.xml @@ -28,7 +28,7 @@ android:id="@+id/spacer" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="1" + android:layout_weight="4" android:background="#00000000" /> <!-- Dialpad shadow --> @@ -40,7 +40,7 @@ <RelativeLayout android:layout_height="match_parent" android:layout_width="0dp" - android:layout_weight="1"> + android:layout_weight="6"> <include layout="@layout/dialpad_view" android:layout_height="match_parent" |