Add welcome activity

This commit is contained in:
jacques 2021-01-22 21:19:00 +01:00
parent 100b4f2180
commit 6bfc67ab3e

View file

@ -32,14 +32,21 @@
android:name="android.support.PARENT_ACTIVITY"
android:value="net.foucry.pilldroid.MedicamentListActivity" />
</activity>
<activity
android:name=".WelcomeActivity"
android:label="Welcome"
android:parentActivityName=".MedicamentListActivity"
android:theme="@style/AppTheme.NoActionBar">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="net.foucry.pilldroid.MedicamentListActivity" />
</activity>
<activity
android:name=".About"
android:label="À propos de PillDroid"
android:parentActivityName=".MedicamentListActivity"
android:theme="@style/AppTheme" />
<activity android:name=".CustomScannerActivity" />
<activity android:name="za.co.riggaroo.materialhelptutorial.tutorial.MaterialTutorialActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<service
android:name=".PillDroidJobService"
android:permission="android.permission.BIND_JOB_SERVICE" />