summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-04 19:20:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-04 19:20:38 +0000
commitf61b8bc69634a0ad7f7746eddc4bee71b2186be6 (patch)
tree4d8f81dc9a6a94a2017bde7f817cd83ebbe0152b /res
parent16016d955feec1482da23291ea0f21de1ad6459e (diff)
parentf786df0cd460c48a3f3ee55a490afa6b4bb26217 (diff)
Merge "Fix dialpad key alignment issues for larger screens" into klp-dev
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"