Commit d8eb0eae authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

webcameraview screen

parent 55fcc170
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="24dp"/>
<solid android:color="@color/colorOpacityCardBackground"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="144dp"
android:background="@color/colorOpacityBackground"
android:orientation="vertical">
<com.google.android.material.textview.MaterialTextView
style="@style/Feed"
android:textColor="@color/colorInvertedText"
android:id="@+id/textView14"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="Ландшафтный парк"
android:textAlignment="center" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginBottom="36dp"
android:layout_marginTop="1dp"
android:layout_gravity="center">
<androidx.recyclerview.widget.RecyclerView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@drawable/webcams_placeholder"
android:orientation="horizontal"
android:paddingStart="24dp"
android:paddingEnd="24dp" />
</FrameLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/linearLayout9"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<VideoView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:layout_width="24dp"
android:layout_height="24dp"
android:tint="@color/colorGray"
app:srcCompat="@drawable/ic_webcam">
</ImageView>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/textView15"
style="@style/Default_TextView"
android:layout_width="24dp"
android:layout_height="24dp"
android:gravity="center"
android:includeFontPadding="false"
android:paddingBottom="2dp"
android:text="1"
android:textAlignment="center" />
</FrameLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment