Add titles, adjust layouts

- Titles for the tutorialFragments: Launcher, Concept, Usage, Setup, 
Let's go
- Adjust `Finish` tab
This commit is contained in:
Finn M Glas 2020-06-23 15:45:53 +02:00
parent 9213d8241e
commit 63ec10f2b1
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
6 changed files with 80 additions and 8 deletions

View file

@ -4,7 +4,21 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tutorial_concept_container"
android:paddingLeft="32sp"
android:paddingRight="32sp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
tools:context=".tutorial.tab.TutorialFragmentConcept"/>
tools:context=".tutorial.tab.TutorialFragmentConcept">
<TextView
android:id="@+id/tutorial_concept_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="Concept"
android:textSize="30sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>