summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-04 09:29:21 -0800
committerYorke Lee <yorkelee@google.com>2013-11-04 09:29:21 -0800
commitf786df0cd460c48a3f3ee55a490afa6b4bb26217 (patch)
tree9ad4336d118aaac42de47a0581cfd5d91c75e951 /res/layout
parentfcc395b3760d10e859b23c81328c0221e167a63c (diff)
Fix dialpad key alignment issues for larger screens
Bug: 11473069 Change-Id: I8ced8ec543c69a0a2f9bc791dccf7511a883fbec
Diffstat (limited to 'res/layout')
-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"