|
|
@@ -1,23 +1,14 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+<com.google.android.material.textview.MaterialTextView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:id="@+id/text_game_title"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:fitsSystemWindows="true">
|
|
|
-
|
|
|
- <com.google.android.material.textview.MaterialTextView
|
|
|
- android:id="@+id/text_game_title"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="24dp"
|
|
|
- android:textAppearance="?attr/textAppearanceHeadlineMedium"
|
|
|
- android:textColor="?attr/colorOnSurface"
|
|
|
- android:textAlignment="viewStart"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="Super Mario Odyssey" />
|
|
|
-
|
|
|
-</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
+ android:layout_marginStart="24dp"
|
|
|
+ android:layout_marginEnd="24dp"
|
|
|
+ android:textAppearance="?attr/textAppearanceHeadlineMedium"
|
|
|
+ android:textColor="?attr/colorOnSurface"
|
|
|
+ android:textAlignment="viewStart"
|
|
|
+ tools:text="Super Mario Odyssey" />
|