Fix icon visibility and position
This commit is contained in:
parent
6d356bae3d
commit
1dddb08f54
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:drawablePadding="@dimen/content_padding_small_half"
|
android:drawablePadding="@dimen/content_padding_small_half"
|
||||||
android:drawableTint="?attr/active_color_basic"
|
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
@ -38,7 +37,8 @@
|
||||||
android:paddingRight="@dimen/content_padding_half"
|
android:paddingRight="@dimen/content_padding_half"
|
||||||
android:text="@string/shared_string_list"
|
android:text="@string/shared_string_list"
|
||||||
android:textColor="?attr/color_dialog_buttons"
|
android:textColor="?attr/color_dialog_buttons"
|
||||||
app:srcCompat="@drawable/ic_action_markers_list"
|
app:drawableEndCompat="@drawable/ic_action_markers_list"
|
||||||
|
app:drawableTint="?attr/active_color_basic"
|
||||||
osmand:typeface="@string/font_roboto_medium" />
|
osmand:typeface="@string/font_roboto_medium" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue