Create 5 empty tabs / fragments for the tutorial

(Start, Concept, Usage, Setup, Finish)
This commit is contained in:
Finn M Glas 2020-06-23 08:58:16 +02:00
parent 3703c5e344
commit e1f88e546d
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
13 changed files with 249 additions and 129 deletions

View 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"/>