151 lines
5.4 KiB
XML
151 lines
5.4 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<androidx.core.widget.NestedScrollView
|
||
|
|
android:id="@+id/nestedScrollView"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_margin="15dp"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/backClick"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:padding="5dp"
|
||
|
|
android:layout_marginTop="@dimen/dp_10"
|
||
|
|
android:layout_marginStart="@dimen/dp_5"
|
||
|
|
app:layout_constraintStart_toStartOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:tint="@color/black"
|
||
|
|
android:layout_width="25dp"
|
||
|
|
android:layout_height="25dp"
|
||
|
|
android:background="@drawable/sales_screen_back_icon" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/activityName"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Select Theme"
|
||
|
|
android:fontFamily="@font/inter_600"
|
||
|
|
android:textSize="18dp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:layout_marginStart="8dp"
|
||
|
|
android:gravity="center"
|
||
|
|
app:layout_constraintStart_toEndOf="@+id/backClick"
|
||
|
|
app:layout_constraintTop_toTopOf="@+id/backClick"
|
||
|
|
app:layout_constraintBottom_toBottomOf="@+id/backClick"/>
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<RadioGroup
|
||
|
|
android:id="@+id/radioGroup"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:paddingVertical="@dimen/dp_10"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<RadioButton
|
||
|
|
android:id="@+id/theme1"
|
||
|
|
android:layout_marginLeft="@dimen/sp_15"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Theme 1"
|
||
|
|
android:buttonTint="@color/black"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textSize="15dp"
|
||
|
|
android:paddingStart="1dp"/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginStart="@dimen/dp_18"
|
||
|
|
android:layout_marginVertical="@dimen/dp_10"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="230dp"
|
||
|
|
android:scaleType="fitXY"
|
||
|
|
android:src="@drawable/theme_3_catlouge" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<RadioButton
|
||
|
|
android:id="@+id/theme2"
|
||
|
|
android:layout_marginLeft="@dimen/sp_15"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Theme 2"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textSize="15dp"
|
||
|
|
android:buttonTint="@color/black"
|
||
|
|
android:paddingStart="1dp"/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginStart="@dimen/dp_18"
|
||
|
|
android:layout_marginVertical="@dimen/dp_10"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="230dp"
|
||
|
|
android:scaleType="fitXY"
|
||
|
|
android:src="@drawable/theme_1_catlouge" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<RadioButton
|
||
|
|
android:id="@+id/theme3"
|
||
|
|
android:layout_marginLeft="@dimen/sp_15"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="Theme 3"
|
||
|
|
android:buttonTint="@color/black"
|
||
|
|
android:fontFamily="@font/inter_500"
|
||
|
|
android:textSize="15dp"
|
||
|
|
android:paddingStart="1dp"/>
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_marginStart="@dimen/dp_18"
|
||
|
|
android:layout_marginVertical="@dimen/dp_10"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="230dp"
|
||
|
|
android:scaleType="fitXY"
|
||
|
|
android:src="@drawable/theme_2_catlouge" />
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</RadioGroup>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|