|
@@ -1,83 +1,83 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/background"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#55B77C"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
+ android:id="@+id/background"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#55B77C"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/activity_saffloer_mainlayout"
|
|
|
- android:layout_width="1280dp"
|
|
|
- android:layout_height="720dp"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="h,16:9"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
+ android:id="@+id/activity_saffloer_mainlayout"
|
|
|
+ android:layout_width="1280dp"
|
|
|
+ android:layout_height="720dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintDimensionRatio="h,16:9"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="1206dp"
|
|
|
- android:layout_height="680dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@drawable/activity_safflower_bg"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="1206dp"
|
|
|
+ android:layout_height="680dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_safflower_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1.4">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1.4">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/textView4"
|
|
|
- android:layout_width="203dp"
|
|
|
- android:layout_height="46dp"
|
|
|
- android:layout_marginTop="44dp"
|
|
|
- android:layout_marginBottom="250dp"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.58"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.52">
|
|
|
+ android:id="@+id/textView4"
|
|
|
+ android:layout_width="203dp"
|
|
|
+ android:layout_height="46dp"
|
|
|
+ android:layout_marginTop="44dp"
|
|
|
+ android:layout_marginBottom="250dp"
|
|
|
+ android:gravity="center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.58"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.52">
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@drawable/activity_saffloer_follow_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_saffloer_follow_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:src="@drawable/anim_red_follow"></ImageView>
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:src="@drawable/anim_red_follow"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/activity_saffloer_follow"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:text="0"
|
|
|
- android:textColor="#F65641"
|
|
|
- android:textSize="23.4dp"
|
|
|
- android:textStyle="bold"></TextView>
|
|
|
+ android:id="@+id/activity_saffloer_follow"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="#F65641"
|
|
|
+ android:textSize="23.4dp"
|
|
|
+ android:textStyle="bold"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
@@ -85,49 +85,49 @@
|
|
|
|
|
|
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="211dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginLeft="60dp"
|
|
|
- android:layout_marginTop="100dp"
|
|
|
- android:layout_marginRight="60dp"
|
|
|
- android:background="#F1F9F4"
|
|
|
- android:divider="@drawable/activity_saffloer_sigin_layout_divier"
|
|
|
- android:gravity="center"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.71000004"
|
|
|
- roundframelayout:radio="30">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="211dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="60dp"
|
|
|
+ android:layout_marginTop="100dp"
|
|
|
+ android:layout_marginRight="60dp"
|
|
|
+ android:background="#F1F9F4"
|
|
|
+ android:divider="@drawable/activity_saffloer_sigin_layout_divier"
|
|
|
+ android:gravity="center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0.71000004"
|
|
|
+ roundframelayout:radio="30">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/activity_saffloer_sign_day"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="已连续签到0天"
|
|
|
- android:textSize="28dp"></TextView>
|
|
|
+ android:id="@+id/activity_saffloer_sign_day"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="已连续签到0天"
|
|
|
+ android:textSize="28dp"></TextView>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_saffloer_sign_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="70dp"
|
|
|
- android:layout_marginTop="16dp"
|
|
|
- android:layout_marginRight="70dp"
|
|
|
- android:divider="@drawable/activity_saffloer_sigin_layout_divier"
|
|
|
- android:dividerPadding="97dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:showDividers="middle">
|
|
|
+ android:id="@+id/activity_saffloer_sign_layout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="70dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ android:layout_marginRight="70dp"
|
|
|
+ android:divider="@drawable/activity_saffloer_sigin_layout_divier"
|
|
|
+ android:dividerPadding="97dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:showDividers="middle">
|
|
|
|
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
@@ -138,85 +138,84 @@
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/activity_saffloer_recyclerview"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginLeft="50dp"
|
|
|
- android:layout_marginRight="50dp"
|
|
|
- android:layout_marginBottom="50dp"></androidx.recyclerview.widget.RecyclerView>
|
|
|
+ android:id="@+id/activity_saffloer_recyclerview"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="50dp"
|
|
|
+ android:layout_marginRight="50dp"
|
|
|
+ android:layout_marginBottom="50dp"></androidx.recyclerview.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/activity_saffloer_back"
|
|
|
- android:layout_width="77dp"
|
|
|
- android:layout_height="77dp"
|
|
|
- android:layout_gravity="left|top"
|
|
|
- android:layout_marginLeft="32dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:src="@drawable/main_back"></ImageView>
|
|
|
+ android:id="@+id/activity_saffloer_back"
|
|
|
+ android:layout_width="77dp"
|
|
|
+ android:layout_height="77dp"
|
|
|
+ android:layout_gravity="left|top"
|
|
|
+ android:layout_marginLeft="32dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:src="@drawable/main_back"></ImageView>
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/activity_saffloer_flower_des"
|
|
|
- android:layout_width="154dp"
|
|
|
- android:layout_height="94dp"
|
|
|
- android:layout_gravity="right|top"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_marginRight="55dp"
|
|
|
- android:scaleX="1.5"
|
|
|
- android:scaleY="1.5"
|
|
|
- android:src="@drawable/activity_safflower_des"></ImageView>
|
|
|
+ android:id="@+id/event_pay_into"
|
|
|
+ android:layout_width="284dp"
|
|
|
+ android:layout_height="101dp"
|
|
|
+ android:layout_gravity="right|top"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="55dp"
|
|
|
+
|
|
|
+ android:src="@drawable/event_pay_into"></ImageView>
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/activity_saffloer_window"
|
|
|
- android:layout_width="1280dp"
|
|
|
- android:layout_height="720dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="visible"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="h,16:9"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
+ android:id="@+id/activity_saffloer_window"
|
|
|
+ android:layout_width="1280dp"
|
|
|
+ android:layout_height="720dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintDimensionRatio="h,16:9"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="890dp"
|
|
|
- android:layout_height="510dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@drawable/activity_safflower_des_pop_bg">
|
|
|
+ android:layout_width="890dp"
|
|
|
+ android:layout_height="510dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@drawable/activity_safflower_des_pop_bg">
|
|
|
|
|
|
<ScrollView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="280dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginLeft="30dp"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
- android:layout_marginRight="30dp">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="280dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="30dp"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:layout_marginRight="30dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_saffloer_window_item_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:divider="@drawable/activity_saffloer_window_item_divier"
|
|
|
- android:gravity="center|top"
|
|
|
- android:orientation="vertical"
|
|
|
- android:showDividers="middle">
|
|
|
+ android:id="@+id/activity_saffloer_window_item_layout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:divider="@drawable/activity_saffloer_window_item_divier"
|
|
|
+ android:gravity="center|top"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:showDividers="middle">
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -227,13 +226,13 @@
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/activity_saffloer_window_back"
|
|
|
- android:layout_width="77dp"
|
|
|
- android:layout_height="77dp"
|
|
|
- android:layout_gravity="left|top"
|
|
|
- android:layout_marginLeft="32dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:src="@drawable/main_back"></ImageView>
|
|
|
+ android:id="@+id/activity_saffloer_window_back"
|
|
|
+ android:layout_width="77dp"
|
|
|
+ android:layout_height="77dp"
|
|
|
+ android:layout_gravity="left|top"
|
|
|
+ android:layout_marginLeft="32dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:src="@drawable/main_back"></ImageView>
|
|
|
|
|
|
|
|
|
</FrameLayout>
|