1
0
Fork 0

added Demo Mode for enabling all preferences when TT9 is disabled

This commit is contained in:
sspanak 2024-06-17 18:32:47 +03:00 committed by Dimo Karaivanov
parent e0839bc923
commit 5e1d2b64db
12 changed files with 98 additions and 28 deletions

View file

@ -5,6 +5,6 @@
android:id="@+id/preferences_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:context=".preferences.screens.MainSettingsScreen"
tools:context=".preferences.screens.main.MainSettingsScreen"
android:orientation="vertical">
</LinearLayout>