| Index: ui/android/java/res/layout/dropdown_item.xml
|
| diff --git a/ui/android/java/res/layout/dropdown_item.xml b/ui/android/java/res/layout/dropdown_item.xml
|
| index 5159c832c1030724967d70ecbdef46f407006caf..49469d4da414699e644db841b6d470caccc9d017 100644
|
| --- a/ui/android/java/res/layout/dropdown_item.xml
|
| +++ b/ui/android/java/res/layout/dropdown_item.xml
|
| @@ -16,7 +16,7 @@
|
| android:id="@+id/start_dropdown_icon"
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| - android:layout_margin="8dp"
|
| + android:layout_margin="@dimen/dropdown_icon_margin"
|
| android:contentDescription="@null" />
|
|
|
| <LinearLayout
|
| @@ -51,7 +51,7 @@
|
| android:singleLine="true"
|
| android:textAlignment="viewStart"
|
| android:textColor="#646464"
|
| - android:textSize="14sp" />
|
| + android:textSize="@dimen/dropdown_item_sublabel_font_size" />
|
| </LinearLayout>
|
|
|
| <ImageView
|
|
|