Describe the bug
If RTL support is disabled application-wide, text alignment doesn't work properly (text is all left-aligned, android:textAlignment="center" is ignored)
This can be resolved by setting the android:gravity="center" attribute on SheetContent items (and probably others).
Library Version:
2.0.0
To Reproduce
Steps to reproduce the behavior:
Set android:supportsRtl="false" in Manifest.xml
Display an OptionsSheet grid
Expected behavior
Option label text should be centered.
Describe the bug If RTL support is disabled application-wide, text alignment doesn't work properly (text is all left-aligned,
android:textAlignment="center"
is ignored)This can be resolved by setting the
android:gravity="center"
attribute on SheetContent items (and probably others).Library Version: 2.0.0
To Reproduce Steps to reproduce the behavior:
android:supportsRtl="false"
in Manifest.xmlExpected behavior Option label text should be centered.