添加粉丝,守护

This commit is contained in:
18401019693
2022-08-17 15:54:30 +08:00
parent 3a11fd3955
commit 6d22c6a066
6 changed files with 63 additions and 8 deletions

View File

@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="top|left"
android:background="@color/white">
android:orientation="vertical"
app:cardCornerRadius="12dp"
app:cardElevation="16dp">
<WebView
android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"/>
</LinearLayout>
android:layout_height="match_parent"
android:layout_gravity="top" />
</androidx.cardview.widget.CardView>