diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-04 19:20:38 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-11-04 19:20:38 +0000 |
commit | f61b8bc69634a0ad7f7746eddc4bee71b2186be6 (patch) | |
tree | 4d8f81dc9a6a94a2017bde7f817cd83ebbe0152b | |
parent | 16016d955feec1482da23291ea0f21de1ad6459e (diff) | |
parent | f786df0cd460c48a3f3ee55a490afa6b4bb26217 (diff) |
Merge "Fix dialpad key alignment issues for larger screens" into klp-dev
-rw-r--r-- | res/layout/dialpad.xml | 2 | ||||
-rw-r--r-- | res/layout/dialpad_key.xml | 2 |
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" |