|
|
@@ -1,38 +0,0 @@
|
|
|
-<androidx.constraintlayout.widget.ConstraintLayout 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:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- tools:context="com.sduduzog.slimlauncher.ui.main.AboutFragment">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/aboutVersionText"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
- android:layout_marginTop="32dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- android:layout_marginRight="16dp"
|
|
|
- android:text="@string/about_title"
|
|
|
- android:textSize="24sp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="Slim launcher" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/aboutDescriptionText"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="24dp"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
- android:text="@string/about_text"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.0"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/aboutVersionText" />
|
|
|
-
|
|
|
-
|
|
|
-</androidx.constraintlayout.widget.ConstraintLayout>
|