Merge "Ignore case when sorting groups"
diff --git a/res/layout-v23/edit_spinner.xml b/res/layout-v23/edit_spinner.xml
index 0c20ab9..37015f7 100644
--- a/res/layout-v23/edit_spinner.xml
+++ b/res/layout-v23/edit_spinner.xml
@@ -21,8 +21,7 @@
android:id="@+id/spinner"
android:layout_gravity="bottom|start"
style="@android:style/Widget.Material.Spinner.Underlined"
- android:dropDownWidth="@dimen/editor_type_label_dropdown_width"
- android:layout_width="@dimen/editor_type_label_width"
+ android:layout_width="wrap_content"
android:layout_height="@dimen/editor_min_line_item_height"
android:paddingBottom="0dp"
android:paddingTop="0dp"
diff --git a/res/layout/edit_spinner.xml b/res/layout/edit_spinner.xml
index 9e6b465..b1c879c 100644
--- a/res/layout/edit_spinner.xml
+++ b/res/layout/edit_spinner.xml
@@ -21,8 +21,7 @@
android:id="@+id/spinner"
android:layout_gravity="bottom|start"
style="@android:style/Widget.Material.Spinner.Underlined"
- android:dropDownWidth="@dimen/editor_type_label_dropdown_width"
- android:layout_width="@dimen/editor_type_label_width"
+ android:layout_width="wrap_content"
android:layout_height="@dimen/editor_min_line_item_height"
android:paddingBottom="0dp"
android:paddingTop="0dp"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index f60670c..d4e40ee 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -102,9 +102,6 @@
<!-- Width of the Type-Label in the Editor -->
<dimen name="editor_type_label_width">150dip</dimen>
- <!-- Width of the drop down that appears when you click on the Type-Label spinner in the editor -->
- <dimen name="editor_type_label_dropdown_width">150dp</dimen>
-
<!-- Left padding of the label in the add field button for the contact editor -->
<dimen name="editor_add_field_label_left_padding">16dip</dimen>