Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0bb02a3 authored by guanxiongliu's avatar guanxiongliu
Browse files

Changing spinner width to avoid truncation in other languages

Bug:28737542
Bug:28754485
Bug:28785802
Change-Id: I55973a3be0e6266affd6845c2bd8f70916e941f3
parent f260c8c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −2
Original line number Diff line number Diff line
@@ -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"
+0 −3
Original line number Diff line number Diff line
@@ -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>