mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-16 08:30:05 +01:00
fix the widget config screen on rtl layouts
This commit is contained in:
parent
01a6067f96
commit
11c366e7a7
@ -31,6 +31,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignBottom="@+id/config_bg_color"
|
||||
android:layout_alignTop="@+id/config_bg_color"
|
||||
android:layout_toEndOf="@+id/config_bg_color"
|
||||
android:layout_toRightOf="@+id/config_bg_color"
|
||||
android:background="@android:color/white">
|
||||
|
||||
@ -54,6 +55,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignBottom="@+id/config_text_color"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignTop="@+id/config_text_color"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
Loading…
x
Reference in New Issue
Block a user