DevControl/app/src/main/res/layout/device_operate.xml
2022-10-17 18:02:56 +08:00

14 lines
466 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".ui.device.DeviceOperate">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@id/device_operate_fullInfo"/>
</RelativeLayout>