Files
ojo/app/src/main/res/layout/fragment_surveillance.xml
Daniele Verducci (Slimpenguin) b1fa8713e2 Wip add camera from list
2022-02-01 09:22:43 +01:00

13 lines
479 B
XML

<?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.StreamUrlFragment"
android:background="@color/purple_500">
</LinearLayout>