v0.01
This commit is contained in:
12
app/src/main/res/layout/fragment_surveillance.xml
Normal file
12
app/src/main/res/layout/fragment_surveillance.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout 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:id="@+id/grid_row_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context=".ui.AddStreamFragment"
|
||||
android:background="@color/purple_500">
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user