summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRichard MacGregor <rmacgregor@cyngn.com>2016-01-27 16:00:45 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-08 10:42:50 -0700
commit7f660d958a20ed0efe3f6fc05e81d36fedea7ef2 (patch)
tree4c2a63ee41e838cb737a345cf745391d9b52ba52 /res/layout
parent969c8f4ef904a235e0760ed6c9628910a731ca77 (diff)
downloadpackages_apps_PhoneCommon-7f660d958a20ed0efe3f6fc05e81d36fedea7ef2.tar.gz
packages_apps_PhoneCommon-7f660d958a20ed0efe3f6fc05e81d36fedea7ef2.tar.bz2
packages_apps_PhoneCommon-7f660d958a20ed0efe3f6fc05e81d36fedea7ef2.zip
Various CallMethodInfo tweaks
- Default SIM - List of SIMs - Emergency only Change-Id: I3ab6d9394505fd2b000ed80aebf56be38c7bfa42
Diffstat (limited to 'res/layout')
-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 8506c3b..cbd6ca1 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="wrap_content"
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">