|
|
|
|
@ -7,11 +7,13 @@ |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_width="280dp" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
android:id="@+id/title" |
|
|
|
|
android:gravity="center" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|