2022-08-22 18:11:00 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-11-09 09:47:04 +08:00
|
|
|
android:layout_width="300dp"
|
|
|
|
android:background="@color/white"
|
2022-08-22 18:11:00 +08:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2022-10-27 14:48:07 +08:00
|
|
|
|
2022-08-22 18:11:00 +08:00
|
|
|
</FrameLayout>
|