summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-12 05:55:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-12 05:55:21 +0000
commit0835c254f2d37e1bbaa533937449ddd675cab92b (patch)
tree6fff6ccf8f5723c1c6fbd200b02c2631c6906a94
parent7255fc4fff86ad8914723bae0dbcb8aa9d1e8ebf (diff)
parent37d5529924979c13c8810f8baa47e6a746b9cc81 (diff)
Merge "Adjust weights of layouts on the dialpad so that key letters aren't clipped."
-rw-r--r--java/com/android/dialer/dialpadview/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/dialpadview/res/values/styles.xml b/java/com/android/dialer/dialpadview/res/values/styles.xml
index 522e92ae9..d69e6a832 100644
--- a/java/com/android/dialer/dialpadview/res/values/styles.xml
+++ b/java/com/android/dialer/dialpadview/res/values/styles.xml
@@ -19,7 +19,7 @@
<style name="DialpadSpaceStyle">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">match_parent</item>
- <item name="android:layout_weight">3</item>
+ <item name="android:layout_weight">1</item>
</style>
<style name="DialpadKeyNumberStyle">
@@ -68,7 +68,7 @@
<item name="android:clickable">true</item>
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">match_parent</item>
- <item name="android:layout_weight">13</item>
+ <item name="android:layout_weight">15</item>
<item name="android:minHeight">@dimen/dialpad_key_height</item>
<item name="android:background">@drawable/btn_dialpad_key</item>
<item name="android:focusable">true</item>