Add tutorial dialog for gesture navigation

Add new tutorial dialog for gesture navigation in order to teach
users how to use the gesture

Fixes: 133650388
Test: Manual
Change-Id: I7cc6a950af49044b27cf7ca41e3bcf67ef40b5fd
Merged-In: I7cc6a950af49044b27cf7ca41e3bcf67ef40b5fd
This commit is contained in:
Kevin Chang
2019-05-31 15:14:47 +08:00
parent 2407b65709
commit 9ff00646d0
14 changed files with 785 additions and 25 deletions

View File

@@ -1500,6 +1500,11 @@
android:value="true" />
</activity>
<activity
android:name=".SettingsTutorialDialogWrapperActivity"
android:theme="@style/Theme.AlertDialog"
android:exported="false"/>
<activity
android:name="Settings$TextToSpeechSettingsActivity"
android:label="@string/tts_settings">