Automatic keyboard opening implemented and regex improved to include non-english alphabet letters

This commit is contained in:
ottoptj 2024-08-06 04:45:18 +03:00
commit e1fc3420dd
5 changed files with 34 additions and 2 deletions

View file

@ -119,7 +119,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="System bars">
app:title="System Bars">
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -158,6 +158,12 @@
app:key="rightSwipeApp"
app:selectable="true"
app:title="Right Swipe App" />
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="false"
android:title="Automatically Open Keyboard"
app:key="autoKeyboard" />
</PreferenceCategory>
<PreferenceCategory
android:layout_width="wrap_content"