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

Commit c2ee6a9b authored by Sean Liu's avatar Sean Liu Committed by Android (Google) Code Review
Browse files

Merge "Changing spinner width to avoid truncation in other languages"

parents e9ea4f0f c0bb02a3
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>