mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
Create 5 empty tabs / fragments for the tutorial
(Start, Concept, Usage, Setup, Finish)
This commit is contained in:
parent
3703c5e344
commit
e1f88e546d
13 changed files with 249 additions and 129 deletions
10
app/src/main/res/layout/tutorial_concept.xml
Normal file
10
app/src/main/res/layout/tutorial_concept.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_concept_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
tools:context=".tutorial.tab.TutorialFragmentConcept"/>
|
Loading…
Add table
Add a link
Reference in a new issue