diff options
author | Qi Wang <wangqi@google.com> | 2016-02-23 02:26:14 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-23 02:26:14 +0000 |
commit | 1c10b22878214f1291babe02b05a7f5562c5eadb (patch) | |
tree | 3d9d0c6552ea8273fd97a83b98664d42c6cd4bc3 /res | |
parent | 803a8afbcc22d1daafbea011ddd7a8bf8b30765c (diff) | |
parent | 627aa514114a6250b15b518c5ff836e4551d11b9 (diff) |
Merge "Use 60/40 layout with two column view for dialerpad in landscape mode." into nyc-dev
am: 627aa51411
* commit '627aa514114a6250b15b518c5ff836e4551d11b9':
Use 60/40 layout with two column view for dialerpad in landscape mode.
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" |