Files
river-lucky-driver/app/src/main/res/layout/activity_news.xml
T
2022-08-24 09:32:54 +08:00

13 lines
390 B
XML

<?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="match_parent"
android:id="@+id/activity_news">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/body"/>
</LinearLayout>