[Android] fix RTL in search results

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond 2024-09-16 01:46:02 +01:00 committed by Roman Tsisyk
parent 55038e1cd6
commit 4f743cc743
4 changed files with 7 additions and 0 deletions

View file

@ -5,5 +5,6 @@
android:drawablePadding="@dimen/margin_base"
android:paddingStart="@dimen/margin_base"
android:paddingEnd="@dimen/margin_base"
android:textAlignment="viewStart"
tools:drawableStart="@drawable/ic_category_eat"
tools:text="Sample category"/>

View file

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.TextView.Search"
android:textAlignment="viewStart"
app:drawableStartCompat="@drawable/ic_search_recent"
tools:text="Some recent query"/>

View file

@ -11,6 +11,7 @@
<TextView
android:id="@+id/title"
android:textAlignment="viewStart"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
@ -21,6 +22,7 @@
<TextView
android:id="@+id/description"
android:textAlignment="viewStart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
@ -44,6 +46,7 @@
<TextView
android:id="@+id/region"
android:textAlignment="viewStart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"

View file

@ -4,5 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.TextView.Search"
android:textColor="?colorAccent"
android:textAlignment="viewStart"
app:drawableStartCompat="@drawable/ic_search"
tools:text="Some suggest title"/>