Fill the Concept tab (2) of the tutorial

Add a version badge, licensing info etc.

Also: Adjust text size of other tabs / slides in the tutorial.
This commit is contained in:
Finn M Glas 2020-06-23 20:18:58 +02:00
parent 9fcbbdd9b5
commit 1d96d2fed9
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
5 changed files with 46 additions and 4 deletions

View file

@ -29,7 +29,7 @@
android:layout_marginTop="16dp"
android:gravity="center"
android:text="We chose some default apps for you, if you want to, you can change them now."
android:textSize="14sp"
android:textSize="18sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tutorial_setup_title" />
@ -53,7 +53,7 @@
android:layout_marginBottom="16dp"
android:gravity="center"
android:text="You can also change your selection later."
android:textSize="14sp"
android:textSize="18sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />