|
2 | 2 | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | xmlns:ads="http://schemas.android.com/apk/res-auto" |
4 | 4 | xmlns:app="http://schemas.android.com/apk/res-auto" |
| 5 | + xmlns:tools="http://schemas.android.com/tools" |
5 | 6 | android:id="@+id/constraint_layout" |
6 | 7 | android:layout_width="match_parent" |
7 | 8 | android:layout_height="match_parent"> |
8 | 9 |
|
9 | | - <com.google.android.material.appbar.MaterialToolbar |
10 | | - android:id="@+id/top_app_bar" |
11 | | - android:layout_width="0dp" |
12 | | - android:layout_height="wrap_content" |
13 | | - app:layout_constraintEnd_toEndOf="parent" |
14 | | - app:layout_constraintStart_toStartOf="parent" |
15 | | - app:layout_constraintTop_toTopOf="parent" |
16 | | - app:menu="@menu/menu_share" |
17 | | - app:shapeAppearanceOverlay="@style/ShapeTokens.Clover" |
18 | | - app:title="@string/android_start_project" /> |
19 | | - |
20 | 10 | <me.zhanghai.android.fastscroll.FastScrollScrollView |
21 | 11 | android:id="@+id/scroll_view" |
22 | 12 | android:layout_width="0dp" |
23 | 13 | android:layout_height="0dp" |
24 | 14 | app:layout_constraintBottom_toBottomOf="parent" |
25 | 15 | app:layout_constraintEnd_toEndOf="parent" |
26 | 16 | app:layout_constraintStart_toStartOf="parent" |
27 | | - app:layout_constraintTop_toBottomOf="@id/top_app_bar"> |
| 17 | + app:layout_constraintTop_toTopOf="parent"> |
28 | 18 |
|
29 | 19 | <androidx.appcompat.widget.LinearLayoutCompat |
30 | 20 | android:layout_width="match_parent" |
|
33 | 23 | android:paddingHorizontal="24dp" |
34 | 24 | android:paddingVertical="24dp"> |
35 | 25 |
|
| 26 | + <include |
| 27 | + android:id="@+id/layout_preview_header" |
| 28 | + layout="@layout/lesson_section_header" |
| 29 | + tools:text="@string/layout_preview" /> |
| 30 | + |
36 | 31 | <com.google.android.material.textview.MaterialTextView |
37 | 32 | android:id="@+id/text_view_first_step" |
38 | 33 | android:layout_width="wrap_content" |
|
0 commit comments