summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-02-23 02:18:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-23 02:18:08 +0000
commit627aa514114a6250b15b518c5ff836e4551d11b9 (patch)
tree521cddb66c387bbe3782f81d49fd686d07437638 /res
parente4be64852dac9e2c55ce8dd5b7063b0c21b9700e (diff)
parentd731294974458cf0153af0fac25676a3c92b7050 (diff)
Merge "Use 60/40 layout with two column view for dialerpad in landscape mode." into nyc-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/dialpad_fragment.xml4
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"