2020-05-21 08:59:21 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-05-24 03:59:25 +02:00
|
|
|
<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-05-21 08:59:21 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-05-25 20:35:38 +02:00
|
|
|
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
2020-05-21 08:59:21 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2020-05-24 03:59:25 +02:00
|
|
|
android:id="@+id/fragment_settings_theme_container"
|
2020-05-21 08:59:21 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-05-22 18:21:30 +02:00
|
|
|
android:background="?attr/colorPrimary"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:gravity="center"
|
2020-05-21 08:59:21 +02:00
|
|
|
android:orientation="vertical"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:paddingLeft="32sp"
|
2020-05-22 23:32:21 +02:00
|
|
|
android:paddingTop="16sp"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:paddingRight="32sp"
|
2020-05-24 03:59:25 +02:00
|
|
|
tools:context=".settings.SettingsFragmentMeta">
|
2020-05-21 08:59:21 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<ScrollView
|
2020-05-21 08:59:21 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_height="match_parent">
|
2020-05-21 08:59:21 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
2020-05-21 08:59:21 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="10sp"
|
|
|
|
app:cardCornerRadius="8dp">
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
2020-05-24 03:59:25 +02:00
|
|
|
android:layout_height="match_parent">
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:scaleType="fitXY"
|
2020-05-24 03:59:25 +02:00
|
|
|
app:srcCompat="@drawable/finnmglas_theme"
|
|
|
|
tools:ignore="ContentDescription" />
|
2020-05-22 20:47:45 +02:00
|
|
|
|
|
|
|
<Button
|
2020-05-24 03:59:25 +02:00
|
|
|
android:id="@+id/fragment_settings_theme_select_finn_btn"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2020-05-22 21:28:37 +02:00
|
|
|
android:text="@string/settings_select_theme"
|
|
|
|
android:textAllCaps="false"
|
2020-05-22 20:47:45 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
2020-05-23 12:37:15 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
2020-05-22 18:03:37 +02:00
|
|
|
android:layout_height="wrap_content"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_marginBottom="10sp"
|
|
|
|
app:cardCornerRadius="8dp">
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
2020-05-23 12:37:15 +02:00
|
|
|
android:layout_height="match_parent">
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:scaleType="fitXY"
|
2020-05-24 03:59:25 +02:00
|
|
|
app:srcCompat="@drawable/dark_theme"
|
|
|
|
tools:ignore="ContentDescription" />
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
<Button
|
2020-05-24 03:59:25 +02:00
|
|
|
android:id="@+id/fragment_settings_theme_select_dark_btn"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2020-05-22 21:28:37 +02:00
|
|
|
android:text="@string/settings_select_theme"
|
|
|
|
android:textAllCaps="false"
|
2020-05-22 20:47:45 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-22 20:47:45 +02:00
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
2020-05-22 18:03:37 +02:00
|
|
|
android:layout_height="wrap_content"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_marginBottom="10sp"
|
|
|
|
app:cardCornerRadius="8dp">
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<ImageView
|
2020-05-25 20:35:38 +02:00
|
|
|
android:id="@+id/imageView"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:scaleType="fitXY"
|
2020-05-24 03:59:25 +02:00
|
|
|
app:srcCompat="@drawable/custom_theme"
|
|
|
|
tools:ignore="ContentDescription" />
|
2020-05-22 20:47:45 +02:00
|
|
|
|
|
|
|
<Button
|
2020-05-24 03:59:25 +02:00
|
|
|
android:id="@+id/fragment_settings_theme_select_custom_btn"
|
2020-05-22 20:47:45 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2020-05-22 21:28:37 +02:00
|
|
|
android:text="@string/settings_select_theme"
|
|
|
|
android:textAllCaps="false"
|
2020-05-22 20:47:45 +02:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
2020-05-25 20:35:38 +02:00
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/fragment_settings_theme_custom_examples_btn"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/settings_theme_examples"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/fragment_settings_theme_select_custom_btn" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2020-05-22 20:47:45 +02:00
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
2020-05-22 18:03:37 +02:00
|
|
|
|
2020-05-21 08:59:21 +02:00
|
|
|
</LinearLayout>
|