easier access to the setup screen
This commit is contained in:
parent
eba1e128b4
commit
9cdf82f522
10 changed files with 54 additions and 41 deletions
|
|
@ -32,6 +32,12 @@
|
|||
app:layout="@layout/pref_text"
|
||||
app:title="@string/pref_category_keypad" />
|
||||
|
||||
<Preference
|
||||
app:fragment="io.github.sspanak.tt9.preferences.SetupScreen"
|
||||
app:key="screen_setup"
|
||||
app:layout="@layout/pref_text"
|
||||
app:title="@string/pref_category_setup" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/pref_category_about"
|
||||
app:layout="@layout/pref_category"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue