Fix RTL displaying for wpt list items
This commit is contained in:
parent
386d71ff0b
commit
5cc5d0b8b0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue