Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Bogdashkin
Room Park Android
Commits
d8eb0eae
Commit
d8eb0eae
authored
Sep 13, 2019
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webcameraview screen
parent
55fcc170
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
79 additions
and
0 deletions
+79
-0
webcams_placeholder.xml
app/src/main/res/drawable/webcams_placeholder.xml
+6
-0
cam_selector_view.xml
app/src/main/res/layout/cam_selector_view.xml
+33
-0
webcam_screen.xml
app/src/main/res/layout/webcam_screen.xml
+12
-0
webcam_switch_viewholder.xml
app/src/main/res/layout/webcam_switch_viewholder.xml
+28
-0
No files found.
app/src/main/res/drawable/webcams_placeholder.xml
0 → 100644
View file @
d8eb0eae
<?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
app/src/main/res/layout/cam_selector_view.xml
0 → 100644
View file @
d8eb0eae
<?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>
app/src/main/res/layout/webcam_screen.xml
0 → 100644
View file @
d8eb0eae
<?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
app/src/main/res/layout/webcam_switch_viewholder.xml
0 → 100644
View file @
d8eb0eae
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment