123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <?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: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>
- <FrameLayout
- android:id="@+id/activity_saffloer_mainlayout"
- android:layout_width="1280dp"
- android:layout_height="720dp"
- android:orientation="vertical"
- android:visibility="invisible"
- 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="1184dp"
- android:layout_height="630dp"
- 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.6">
- <FrameLayout
- android:id="@+id/textView4"
- android:layout_width="256dp"
- android:layout_height="48dp"
- android:layout_marginTop="44dp"
- android:layout_marginBottom="250dp"
- 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.32">
- <com.edufound.reader.cusview.RoundFrameLayout
- android:layout_width="match_parent"
- android:layout_height="15dp"
- android:layout_gravity="bottom"
- android:background="#369F60"></com.edufound.reader.cusview.RoundFrameLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:gravity="center"
- android:orientation="horizontal">
- <TextView
- android:id="@+id/activity_saffloer_follow"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:text="小红花 0"
- android:textColor="@color/white"
- android:textSize="34dp"></TextView>
- </LinearLayout>
- </FrameLayout>
- <LinearLayout
- android:id="@+id/activity_saffloer_sign_layout"
- android:layout_width="match_parent"
- android:layout_height="140dp"
- android:layout_marginLeft="100dp"
- android:layout_marginTop="20dp"
- android:layout_marginRight="100dp"
- android:divider="@drawable/activity_saffloer_sigin_layout_divier"
- android:dividerPadding="69dp"
- android:orientation="horizontal"
- android:showDividers="middle"
- 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">
- </LinearLayout>
- </androidx.constraintlayout.widget.ConstraintLayout>
- <LinearLayout
- 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="135dp"
- android:layout_gravity="center"
- android:layout_marginLeft="13dp"
- android:layout_marginRight="14dp"></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>
- <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>
- </FrameLayout>
- <FrameLayout
- android:id="@+id/activity_saffloer_window"
- 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">
- <FrameLayout
- 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="20dp"
- 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="50dp"
- android:layout_marginRight="50dp"
- android:divider="@drawable/main_left_tab_divider"
- android:gravity="center|top"
- android:orientation="vertical"
- android:showDividers="middle">
- </LinearLayout>
- </ScrollView>
- </FrameLayout>
- <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>
- </androidx.constraintlayout.widget.ConstraintLayout>
|