Fix RTL displaying for wpt list items

This commit is contained in:
Alex Sytnyk 2018-06-11 14:19:23 +03:00
parent 386d71ff0b
commit 5cc5d0b8b0

View file

@ -86,7 +86,7 @@
<net.osmand.plus.widgets.TextViewEx
android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?attr/wikivoyage_primary_text_color"
android:textSize="@dimen/default_list_text_size"
@ -95,7 +95,7 @@
<net.osmand.plus.widgets.TextViewEx
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="2"
android:textColor="@color/wikivoyage_secondary_text"