36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/rootView"
|
|
android:background="@color/bg_cc596F80"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/centerCardView"
|
|
android:clickable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:alpha="1"
|
|
app:cardCornerRadius="@dimen/user_center_fans_bg_corner"
|
|
app:cardElevation="0dp">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:background="@color/bg_F9F9F9"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<TextView
|
|
android:textSize="@dimen/title16"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/txt_596F80"
|
|
android:gravity="center"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/user_center_fans_tab_all_height"
|
|
android:text="@string/title_praise"/>
|
|
<FrameLayout
|
|
android:id="@+id/contentFrame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</FrameLayout>
|