mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Add option to view Tutorial again
Another button in the 'Launcher' Tab of settings. I made sure this does not reset any user preferences. It just plays the tutorial and returns to settings.
This commit is contained in:
parent
817fe0d732
commit
215827ae1b
4 changed files with 32 additions and 9 deletions
|
@ -19,6 +19,14 @@
|
|||
android:text="@string/settings_select_launcher"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
style="@style/Widget.AppCompat.Button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="viewTutorial"
|
||||
android:text="@string/settings_show_tutorial"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
style="@style/Widget.AppCompat.Button"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<string name="settings_tab_launcher" translatable="false">Launcher</string>
|
||||
|
||||
<string name="settings_feedback" translatable="false">Give some feedback</string>
|
||||
<string name="settings_show_tutorial" translatable="false">View Launcher Tutorial</string>
|
||||
|
||||
<string name="settings_choose_up">Swipe Up</string>
|
||||
<string name="settings_choose_down">Swipe Down</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue