<?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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/scan_bg"
tools:context=".activity.MainActivity">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/backgroundA"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/tccb"
android:text="your number:"
android:textColor="@color/white"
android:textSize="50sp"
app:layout_constraintBottom_toTopOf="@+id/TVnamber"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/TVnamber"></TextView>
<TextView
android:id="@+id/TVnamber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:fontFamily="@font/tccb"
android:text="12"
android:textColor="@color/white"
android:textSize="180sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"></TextView>
<androidx.cardview.widget.CardView
android:layout_width="220dp"
android:layout_height="220dp"
android:layout_marginBottom="20dp"
android:background="@drawable/qr_bg"
app:cardCornerRadius="20dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/TVnamber">
<ImageView
android:id="@+id/IVqr_code"
android:layout_width="260dp"
android:layout_height="260dp"
android:layout_gravity="center"></ImageView>
</androidx.cardview.widget.CardView>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/imageView4"
android:layout_width="132dp"
android:layout_height="99dp"
android:background="@drawable/timer"
app:layout_constraintBottom_toTopOf="@+id/textView3"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"></androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
android:id="@+id/imageView8"
android:layout_width="75dp"
android:layout_height="76dp"
android:layout_marginBottom="5dp"
android:src="@drawable/frame_timer"
app:layout_constraintBottom_toTopOf="@+id/textView3"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"></ImageView>
<TextView
android:id="@+id/TVtimer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="3dp"
android:layout_marginBottom="5dp"
android:fontFamily="@font/tccb"
android:gravity="center"
android:text="2 9"
android:textColor="@color/white"
android:textSize="52sp"
app:layout_constraintBottom_toBottomOf="@+id/imageView4"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/imageView4"></TextView>
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/tccb"
android:text="timer"
android:textColor="@color/white"
android:textSize="22sp"
app:layout_constraintBottom_toTopOf="@+id/imageView4"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"></TextView>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/IVresult"
android:layout_width="270dp"
android:layout_height="220dp"
android:alpha="0"
android:background="@drawable/frame_login_1"
app:layout_constraintBottom_toBottomOf="@+id/backgroundA"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout"
android:layout_width="132dp"
android:layout_height="70dp"
android:background="@drawable/timer"
app:layout_constraintBottom_toTopOf="@+id/backMenu"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"></androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
android:id="@+id/imageView7"
android:layout_width="57dp"
android:layout_height="54dp"
android:src="@drawable/frame_timer"
app:layout_constraintBottom_toBottomOf="@+id/constraintLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/constraintLayout"></ImageView>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="3dp"
android:fontFamily="@font/tccb"
android:gravity="center"
android:text="0 0"
android:textColor="@color/white"
android:textSize="40sp"
app:layout_constraintBottom_toBottomOf="@+id/constraintLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/constraintLayout"></TextView>
<ImageView
android:id="@+id/IVscan"
android:layout_width="150dp"
android:layout_height="75dp"
android:layout_marginBottom="20dp"
android:src="@drawable/button"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"></ImageView>
<TextView
android:id="@+id/backMenu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:fontFamily="@font/tccb"
android:text="let's sing!"
android:textColor="#662D90"
android:textSize="30sp"
app:layout_constraintBottom_toBottomOf="@+id/IVscan"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/IVscan"></TextView>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>