Skip to content

Commit

Permalink
library: smoother language (fixes #5107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash-Codes committed Jan 23, 2025
1 parent aacacd4 commit 925c2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_add_resource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
android:entries="@array/language"
android:hint="@string/title_asterisk"
android:padding="@dimen/padding_large"
android:theme="@style/ResourcePopupMenu" />
android:theme="@style/ResourcePopupMenu"
android:textDirection="locale" />
<com.google.android.material.textfield.TextInputLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 925c2e4

Please sign in to comment.