Initial commit
This commit is contained in:
35
resources/res/layout/activity_rank_list.xml
Normal file
35
resources/res/layout/activity_rank_list.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?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="wrap_content"
|
||||
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_rank_list"/>
|
||||
<FrameLayout
|
||||
android:id="@+id/contentFrame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
</LinearLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user