Newer
Older
SafetyAuxiliary / app / src / main / res / layout / activity_start_check.xml
Pengxh on 4 Mar 2024 319 bytes feat(*): first commit
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/rootView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/themeColor"
    android:orientation="vertical">

</LinearLayout>