This commit is contained in:
18401019693
2022-07-25 16:04:16 +08:00
parent b264001a44
commit 97660b2b04
2 changed files with 13 additions and 16 deletions

View File

@@ -2,14 +2,23 @@
<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:id="@+id/top_noback"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="18dp"
android:text="@string/message"
android:textColor="@color/black3"
android:textSize="24sp"
android:textStyle="bold" />
<FrameLayout
android:paddingTop="10dp"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="400dp"
android:background="@color/white"/>
android:background="@color/white"
android:paddingTop="10dp" />
</LinearLayout>