Newer
Older
SmartTown / app / src / main / res / layout / fragment_alarm.xml
Pengxh on 17 Oct 2022 861 bytes feat(*): 摄像头列表
<?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="match_parent"
    android:background="@color/mainBackColor"
    android:orientation="vertical">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="@dimen/titleViewHeight"
        android:background="@color/mainThemeColor"
        android:gravity="center"
        android:text="报警"
        android:textColor="@color/white"
        android:textSize="@dimen/sp_18" />

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/mainBackColor"
        android:orientation="vertical"
        android:padding="@dimen/dp_10">


    </LinearLayout>
</LinearLayout>