Files
HouseProperty/app/src/main/res/layout/activity_settle.xml

11 lines
286 B
XML
Raw Normal View History

2020-08-27 15:34:03 +08:00
<?xml version="1.0" encoding="utf-8"?>
<layout>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</LinearLayout>
</layout>