mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix alignment in category search for right to left language locales
This commit is contained in:
parent
01ce39468b
commit
26fc6cf9fe
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:hint="@string/categories_search_text_hint"
|
android:hint="@string/categories_search_text_hint"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
android:gravity="left"
|
||||||
android:inputType="textCapWords"
|
android:inputType="textCapWords"
|
||||||
android:imeOptions="flagNoExtractUi"
|
android:imeOptions="flagNoExtractUi"
|
||||||
/>
|
/>
|
||||||
|
|
@ -36,7 +37,7 @@
|
||||||
android:indeterminateOnly="true"
|
android:indeterminateOnly="true"
|
||||||
android:layout_marginRight="@dimen/tiny_gap"
|
android:layout_marginRight="@dimen/tiny_gap"
|
||||||
android:layout_marginEnd="@dimen/tiny_gap"
|
android:layout_marginEnd="@dimen/tiny_gap"
|
||||||
android:layout_gravity="center_vertical|right|end"
|
android:layout_gravity="center_vertical|right"
|
||||||
style="?android:progressBarStyleSmall"
|
style="?android:progressBarStyleSmall"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue