mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
Add titles, adjust layouts
- Titles for the tutorialFragments: Launcher, Concept, Usage, Setup, Let's go - Adjust `Finish` tab
This commit is contained in:
parent
9213d8241e
commit
63ec10f2b1
6 changed files with 80 additions and 8 deletions
|
@ -59,10 +59,12 @@
|
|||
|
||||
<androidx.viewpager.widget.ViewPager
|
||||
android:id="@+id/tutorial_viewpager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="64dp"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||||
app:layout_constraintBottom_toTopOf="@id/tutorial_tabs"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tutorial_appbar" />
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue