realtimelocation/app/src/main/res/layout/item_floor_item.xml

13 lines
420 B
XML
Raw Normal View History

2023-11-16 18:06:35 +08:00
<?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="wrap_content"
android:background="@color/white"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="楼层" />
</LinearLayout>