summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-18 15:59:02 -0700
committerYorke Lee <yorkelee@google.com>2014-08-18 16:52:23 -0700
commitb7b035ad25437f5b810a8085fa335908d6cc77ae (patch)
tree3a830aab1fd07236a453d46a7e87aca1ece03042 /res/layout/dialpad.xml
parent43af52a346443ac8d4c7057215888e6b36d9175b (diff)
downloadpackages_apps_PhoneCommon-b7b035ad25437f5b810a8085fa335908d6cc77ae.tar.gz
packages_apps_PhoneCommon-b7b035ad25437f5b810a8085fa335908d6cc77ae.tar.bz2
packages_apps_PhoneCommon-b7b035ad25437f5b810a8085fa335908d6cc77ae.zip
Fix dialpad layout in landscape mode
Made the necessary adjustments so that the landscape dialpad matches the mocks. Also ensured that large text mode does not break any of the layouts, as far as possible. Bug: 15859030 Change-Id: I23bb426f46d9c1d4a9436e9e02b64fac88a41d7c
Diffstat (limited to 'res/layout/dialpad.xml')
-rw-r--r--res/layout/dialpad.xml22
1 files changed, 2 insertions, 20 deletions
diff --git a/res/layout/dialpad.xml b/res/layout/dialpad.xml
index 6368279..4cca336 100644
--- a/res/layout/dialpad.xml
+++ b/res/layout/dialpad.xml
@@ -80,27 +80,9 @@
android:layout_weight="1"
android:orientation="horizontal">
<Space style="@style/DialpadSpaceStyle" />
- <com.android.phone.common.dialpad.DialpadKeyButton
- android:id="@+id/star"
- style="@style/DialpadKeyButtonStyle">
- <LinearLayout
- style="@style/DialpadKeyInternalLayoutStyle">
- <com.android.phone.common.dialpad.DialpadTextView
- android:id="@+id/dialpad_key_number"
- style="@style/DialpadKeyStarStyle" />
- </LinearLayout>
- </com.android.phone.common.dialpad.DialpadKeyButton>
+ <include layout="@layout/dialpad_key_star" />
<include layout="@layout/dialpad_key_zero" />
- <com.android.phone.common.dialpad.DialpadKeyButton
- android:id="@+id/pound"
- style="@style/DialpadKeyButtonStyle">
- <LinearLayout
- style="@style/DialpadKeyInternalLayoutStyle">
- <com.android.phone.common.dialpad.DialpadTextView
- android:id="@id/dialpad_key_number"
- style="@style/DialpadKeyPoundStyle" />
- </LinearLayout>
- </com.android.phone.common.dialpad.DialpadKeyButton>
+ <include layout="@layout/dialpad_key_pound" />
<Space style="@style/DialpadSpaceStyle" />
</LinearLayout>
<Space