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:45:50 -0700
commit2dd63acad0216e87207e33e3e5ca739e14c3f408 (patch)
tree95128b798a1a7349426ed465f694879ba4675633
parent32f5d13d5ae75d6f3c8b4162af402a116d5be6d4 (diff)
downloadpackages_apps_PhoneCommon-2dd63acad0216e87207e33e3e5ca739e14c3f408.tar.gz
packages_apps_PhoneCommon-2dd63acad0216e87207e33e3e5ca739e14c3f408.tar.bz2
packages_apps_PhoneCommon-2dd63acad0216e87207e33e3e5ca739e14c3f408.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 (cherry picked from commit e8398ca28c69e5711047eb969b2c557e45f9f68a)
-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">