summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-05 12:02:07 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-05 12:02:07 -0800
commitd81140b5352de2d692452e2eff48a79a41ac7bc0 (patch)
tree2762a3eae3b55af5b2c1f3c458819e6c518f6776 /res
parent547f2eb2efe3f161bfd1ad7b44ad14ab23acf274 (diff)
parent9935227b1b9d2894e6205b41ba2fce3d86cf43b7 (diff)
am 9935227b: am 11c3b487: am f61b8bc6: Merge "Fix dialpad key alignment issues for larger screens" into klp-dev
* commit '9935227b1b9d2894e6205b41ba2fce3d86cf43b7': Fix dialpad key alignment issues for larger screens
Diffstat (limited to 'res')
-rw-r--r--res/layout/dialpad.xml2
-rw-r--r--res/layout/dialpad_key.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad.xml b/res/layout/dialpad.xml
index bc910db91..4fc3e8382 100644
--- a/res/layout/dialpad.xml
+++ b/res/layout/dialpad.xml
@@ -40,7 +40,7 @@
android:focusable="true" >
<LinearLayout
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="center" >
<TextView
android:id="@+id/dialpad_key_number"
diff --git a/res/layout/dialpad_key.xml b/res/layout/dialpad_key.xml
index e87fde056..c104f8acc 100644
--- a/res/layout/dialpad_key.xml
+++ b/res/layout/dialpad_key.xml
@@ -22,7 +22,7 @@
android:focusable="true" >
<LinearLayout
android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:layout_gravity="center">
<TextView
android:id="@+id/dialpad_key_number"