summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard MacGregor <rmacgregor@cyngn.com>2016-04-26 15:37:23 -0700
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-26 15:39:34 -0700
commite8398ca28c69e5711047eb969b2c557e45f9f68a (patch)
treeceec97ad06175acb239c7b0ba7c46b29040b122c
parentb2f6222cd62d82643a489903cbe38c0c8418713c (diff)
downloadandroid_packages_apps_PhoneCommon-e8398ca28c69e5711047eb969b2c557e45f9f68a.tar.gz
android_packages_apps_PhoneCommon-e8398ca28c69e5711047eb969b2c557e45f9f68a.tar.bz2
android_packages_apps_PhoneCommon-e8398ca28c69e5711047eb969b2c557e45f9f68a.zip
Fix call method spinner text cutoff
Stop forcing the width to be a defined size that is way too small. Ticket CD-571 Change-Id: I7533267f40a0fd6583d3b8ea49dfc18c76321e46
-rw-r--r--res/layout/call_method_spinner_dropdown_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/call_method_spinner_dropdown_item.xml b/res/layout/call_method_spinner_dropdown_item.xml
index dc3d7b1..2fe64b4 100644
--- a/res/layout/call_method_spinner_dropdown_item.xml
+++ b/res/layout/call_method_spinner_dropdown_item.xml
@@ -16,7 +16,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
- android:layout_width="@dimen/call_method_spinner_dropdown_item_width"
+ android:layout_width="match_parent"
android:layout_height="@dimen/dialpad_digits_height"
android:paddingStart="@dimen/call_method_spinner_item_default_padding"
android:paddingEnd="@dimen/call_method_spinner_item_default_padding">