|
|
|
@ -5,27 +5,6 @@
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
tools:context=".Fragment.AboutFragment">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="64dp"
|
|
|
|
|
android:layout_height="64dp"
|
|
|
|
|
android:id="@+id/icon_about"
|
|
|
|
|
android:src="@mipmap/icon_round"
|
|
|
|
|
tools:ignore="MissingConstraints"
|
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
android:layout_marginTop="100dp"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:id="@+id/text_version"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:textSize="18dp"
|
|
|
|
|
tools:ignore="MissingConstraints"
|
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/icon_about"
|
|
|
|
|
android:layout_marginTop="10dp"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/body"
|
|
|
|
@ -80,4 +59,27 @@
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:id="@+id/text_version"
|
|
|
|
|
android:text=""
|
|
|
|
|
android:textSize="18dp"
|
|
|
|
|
tools:ignore="MissingConstraints"
|
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/about_author"
|
|
|
|
|
android:layout_marginBottom="20dp"/>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="64dp"
|
|
|
|
|
android:layout_height="64dp"
|
|
|
|
|
android:id="@+id/icon_about"
|
|
|
|
|
android:src="@mipmap/icon_round"
|
|
|
|
|
tools:ignore="MissingConstraints"
|
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/text_version"
|
|
|
|
|
android:layout_marginBottom="20dp"/>
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|