|  |  |  | 
|---|
|  |  |  | android:layout_height="match_parent" | 
|---|
|  |  |  | tools:context=".ui.main.MainActivity" | 
|---|
|  |  |  | > | 
|---|
|  |  |  | <ImageView | 
|---|
|  |  |  | android:id="@+id/img" | 
|---|
|  |  |  | android:layout_width="50dp" | 
|---|
|  |  |  | android:layout_height="50dp" | 
|---|
|  |  |  | <TextureView | 
|---|
|  |  |  | android:id="@+id/checkNirTexture" | 
|---|
|  |  |  | android:layout_width="wrap_content" | 
|---|
|  |  |  | android:layout_height="wrap_content" | 
|---|
|  |  |  | android:alpha="0" | 
|---|
|  |  |  | app:layout_constraintTop_toTopOf="parent" | 
|---|
|  |  |  | app:layout_constraintEnd_toEndOf="parent" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | app:layout_constraintStart_toStartOf="parent"/> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <TextView | 
|---|
|  |  |  | android:id="@+id/tv_m" | 
|---|
|  |  |  | 
|---|
|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.core.widget.NestedScrollView | 
|---|
|  |  |  | android:id="@+id/nsv" | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | android:layout_height="200dp" | 
|---|
|  |  |  | app:layout_constraintTop_toTopOf="parent" | 
|---|
|  |  |  | android:background="@color/white"> | 
|---|
|  |  |  | android:background="@color/white" | 
|---|
|  |  |  | android:visibility="gone"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <androidx.constraintlayout.widget.ConstraintLayout | 
|---|
|  |  |  | android:layout_width="match_parent" | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </androidx.core.widget.NestedScrollView> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <ImageView | 
|---|
|  |  |  | android:id="@+id/img" | 
|---|
|  |  |  | android:layout_width="50dp" | 
|---|
|  |  |  | android:layout_height="50dp" | 
|---|
|  |  |  | app:layout_constraintTop_toTopOf="parent" | 
|---|
|  |  |  | app:layout_constraintEnd_toEndOf="parent" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <ImageView | 
|---|
|  |  |  | android:id="@+id/img_left" | 
|---|
|  |  |  | android:layout_width="50dp" | 
|---|
|  |  |  | android:layout_height="50dp" | 
|---|
|  |  |  | app:layout_constraintTop_toTopOf="parent" | 
|---|
|  |  |  | app:layout_constraintStart_toStartOf="parent" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </androidx.constraintlayout.widget.ConstraintLayout> | 
|---|
|  |  |  | </layout> | 
|---|