|
55 | 55 | android:padding="24dp">
|
56 | 56 |
|
57 | 57 | <com.google.android.material.textview.MaterialTextView
|
58 |
| - android:id="@+id/title" |
| 58 | + android:id="@+id/title_text" |
59 | 59 | android:layout_width="0dp"
|
60 | 60 | android:layout_height="wrap_content"
|
61 | 61 | android:layout_marginTop="32dp"
|
|
67 | 67 | app:layout_constraintTop_toTopOf="parent" />
|
68 | 68 |
|
69 | 69 | <com.google.android.material.textview.MaterialTextView
|
70 |
| - android:id="@+id/description" |
| 70 | + android:id="@+id/description_text" |
71 | 71 | android:layout_width="0dp"
|
72 | 72 | android:layout_height="wrap_content"
|
73 | 73 | android:layout_marginTop="8dp"
|
|
77 | 77 | android:textColor="?attr/colorOnSurfaceVariant"
|
78 | 78 | app:layout_constraintEnd_toEndOf="parent"
|
79 | 79 | app:layout_constraintStart_toStartOf="parent"
|
80 |
| - app:layout_constraintTop_toBottomOf="@id/title" /> |
| 80 | + app:layout_constraintTop_toBottomOf="@id/title_text" /> |
81 | 81 |
|
82 | 82 | <androidx.constraintlayout.widget.ConstraintLayout
|
83 | 83 | android:id="@+id/selection_group"
|
|
87 | 87 | app:layout_constraintBottom_toBottomOf="parent"
|
88 | 88 | app:layout_constraintEnd_toEndOf="parent"
|
89 | 89 | app:layout_constraintStart_toStartOf="parent"
|
90 |
| - app:layout_constraintTop_toBottomOf="@id/description"> |
| 90 | + app:layout_constraintTop_toBottomOf="@id/description_text"> |
91 | 91 |
|
92 | 92 | <RadioGroup
|
93 | 93 | android:id="@+id/option_group"
|
|
0 commit comments