Fix some rtl issues

This commit is contained in:
Naveen 2022-09-23 03:33:43 +05:30
parent 4fd5cf4a91
commit 31e4faf8c9
2 changed files with 17 additions and 5 deletions

View file

@ -187,9 +187,10 @@
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_font_size"
style="@style/SettingsTextValueStyle"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/settings_font_size_label" />
android:layout_below="@+id/settings_font_size_label"
tools:text="@string/medium" />
</RelativeLayout>
</LinearLayout>