|
@@ -92,7 +92,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:focusable="true"
|
|
|
android:focusableInTouchMode="true"
|
|
|
- app:srlEnablePreviewInEditMode="true"
|
|
|
+ app:srlEnablePreviewInEditMode="false"
|
|
|
app:srlPrimaryColor="@color/white">
|
|
|
|
|
|
<com.scwang.smart.refresh.header.ClassicsHeader
|
|
@@ -112,235 +112,270 @@
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<!--金额和Point显示-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="56dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- binding:clicks="@{click.gotoWalletPage}">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/icon_wallet"
|
|
|
- android:layout_width="@dimen/d_28dp"
|
|
|
- android:layout_height="@dimen/d_28dp"
|
|
|
- android:layout_marginLeft="@dimen/d_16dp"
|
|
|
- android:src="@drawable/home_top_wallet"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="21dp"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:layout_marginBottom="@dimen/d_20dp"
|
|
|
- android:background="@drawable/chat_new_icon"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/icon_wallet"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/icon_wallet"
|
|
|
- app:layout_constraintRight_toRightOf="@id/icon_wallet" />
|
|
|
-
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_14dp"
|
|
|
- android:text="钱包"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/d_14sp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/icon_wallet"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_wallet_money"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_14dp"
|
|
|
- android:layout_marginRight="@dimen/d_7dp"
|
|
|
- android:text="¥ 0"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/d_14dsp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintRight_toLeftOf="@id/iv_back_more"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_back_more"
|
|
|
- android:layout_width="5dp"
|
|
|
- android:layout_height="9dp"
|
|
|
- android:layout_marginLeft="@dimen/d_7dp"
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
- android:src="@drawable/home_top_more"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/d_10dp"
|
|
|
- android:background="@color/divider_color_f689" />
|
|
|
-
|
|
|
- <!-- 分类 -->
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="56dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <!--兼职-->
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_yy_jobs"
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- binding:clicks="@{click.gotoParttimePage}">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:layout_marginTop="@dimen/d_16dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_category_yyjobs"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:src="@drawable/home_yyjobs_categroy" />
|
|
|
-
|
|
|
- <!-- 未读数量 -->
|
|
|
- <View
|
|
|
- android:id="@+id/view_parttime_unread"
|
|
|
- android:layout_width="@dimen/d_8dp"
|
|
|
- android:layout_height="@dimen/d_8dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:background="@drawable/shape_circle_red"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_category_parttime"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ binding:clicks="@{click.gotoWalletPage}">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/icon_wallet"
|
|
|
+ android:layout_width="@dimen/d_28dp"
|
|
|
+ android:layout_height="@dimen/d_28dp"
|
|
|
+ android:layout_marginLeft="@dimen/d_16dp"
|
|
|
+ android:src="@drawable/home_top_wallet"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="21dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:layout_marginBottom="@dimen/d_20dp"
|
|
|
+ android:background="@drawable/chat_new_icon"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/icon_wallet"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/icon_wallet"
|
|
|
+ app:layout_constraintRight_toRightOf="@id/icon_wallet" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_wallet_money"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="兼职工作"
|
|
|
+ android:layout_marginLeft="@dimen/d_14dp"
|
|
|
+ android:text="¥ 0"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/d_14dsp" />
|
|
|
+ android:textSize="@dimen/d_14sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/icon_wallet"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="5dp"
|
|
|
+ android:layout_height="9dp"
|
|
|
+ android:layout_marginLeft="@dimen/d_7dp"
|
|
|
+ android:src="@drawable/home_top_more"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/tv_wallet_money"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <!--News Feed-->
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_news_feed"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
- binding:clicks="@{click.gotoNewsFeedTab}">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:layout_marginTop="@dimen/d_16dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_category_newsfeed"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:src="@drawable/home_newsfeed_categroy" />
|
|
|
-
|
|
|
- <!-- NewsFeed未读提示-->
|
|
|
- <View
|
|
|
- android:id="@+id/view_newsfeed_unread"
|
|
|
- android:layout_width="@dimen/d_8dp"
|
|
|
- android:layout_height="@dimen/d_8dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:background="@drawable/shape_circle_red"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- <!-- NewsFeed未读数量-->
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_newsfeed_replay_count"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:background="@drawable/badge_red"
|
|
|
- android:paddingLeft="@dimen/d_6dp"
|
|
|
- android:paddingTop="@dimen/d_1dp"
|
|
|
- android:paddingRight="@dimen/d_6dp"
|
|
|
- android:paddingBottom="@dimen/d_1dp"
|
|
|
- android:text="0"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="8sp"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_category_news_feed"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="朋友圈"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/d_14dsp" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="@dimen/d_0.7dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/divider_color_f0" />
|
|
|
|
|
|
- <!--Rewards-->
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_rewards"
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="center_horizontal"
|
|
|
- android:orientation="vertical"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
binding:clicks="@{click.gotoRewardsPage}">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:layout_marginTop="@dimen/d_16dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_category_rewards"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="@dimen/d_70dp"
|
|
|
- android:src="@drawable/home_rewards_categroy" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/view_rewards_unread"
|
|
|
- android:layout_width="@dimen/d_8dp"
|
|
|
- android:layout_height="@dimen/d_8dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:background="@drawable/shape_circle_red"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:visibility="gone" />
|
|
|
-
|
|
|
- </RelativeLayout>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/icon_rewards"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_19dp"
|
|
|
+ android:src="@drawable/home_top_point"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_category_rewards"
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="积分兑换"
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
+ android:text="0 积分"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/d_14dsp" />
|
|
|
+ android:textColorHint="@color/black"
|
|
|
+ android:textSize="@dimen/d_14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/d_5dp"
|
|
|
+ android:layout_height="@dimen/d_9dp"
|
|
|
+ android:layout_marginLeft="@dimen/d_7dp"
|
|
|
+ android:src="@drawable/home_top_more" />
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/d_10dp"
|
|
|
+ android:background="@color/divider_color_f689" />
|
|
|
+
|
|
|
+ <!-- 分类 -->
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:orientation="horizontal">-->
|
|
|
+
|
|
|
+ <!-- <!–兼职–>-->
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/ll_yy_jobs"-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:gravity="center_horizontal"-->
|
|
|
+ <!-- android:orientation="vertical"-->
|
|
|
+ <!-- binding:clicks="@{click.gotoParttimePage}">-->
|
|
|
+
|
|
|
+ <!-- <RelativeLayout-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_16dp">-->
|
|
|
+
|
|
|
+ <!-- <ImageView-->
|
|
|
+ <!-- android:id="@+id/iv_category_yyjobs"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:src="@drawable/home_yyjobs_categroy" />-->
|
|
|
+
|
|
|
+ <!-- <!– 未读数量 –>-->
|
|
|
+ <!-- <View-->
|
|
|
+ <!-- android:id="@+id/view_parttime_unread"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_alignParentRight="true"-->
|
|
|
+ <!-- android:background="@drawable/shape_circle_red"-->
|
|
|
+ <!-- android:gravity="center"-->
|
|
|
+ <!-- android:textColor="@color/white"-->
|
|
|
+ <!-- android:visibility="gone" />-->
|
|
|
+
|
|
|
+ <!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+ <!-- <com.guadou.lib_baselib.font_text_view.TextViewBold-->
|
|
|
+ <!-- android:id="@+id/tv_category_parttime"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_3dp"-->
|
|
|
+ <!-- android:text="兼职工作"-->
|
|
|
+ <!-- android:textColor="@color/black"-->
|
|
|
+ <!-- android:textSize="@dimen/d_14dsp" />-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <!–News Feed–>-->
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/ll_news_feed"-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:gravity="center_horizontal"-->
|
|
|
+ <!-- android:orientation="vertical"-->
|
|
|
+ <!-- binding:clicks="@{click.gotoNewsFeedTab}">-->
|
|
|
+
|
|
|
+ <!-- <RelativeLayout-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_16dp">-->
|
|
|
+
|
|
|
+ <!-- <ImageView-->
|
|
|
+ <!-- android:id="@+id/iv_category_newsfeed"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:src="@drawable/home_newsfeed_categroy" />-->
|
|
|
+
|
|
|
+ <!-- <!– NewsFeed未读提示–>-->
|
|
|
+ <!-- <View-->
|
|
|
+ <!-- android:id="@+id/view_newsfeed_unread"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_alignParentRight="true"-->
|
|
|
+ <!-- android:background="@drawable/shape_circle_red"-->
|
|
|
+ <!-- android:gravity="center"-->
|
|
|
+ <!-- android:textColor="@color/white"-->
|
|
|
+ <!-- android:visibility="gone" />-->
|
|
|
+
|
|
|
+ <!-- <!– NewsFeed未读数量–>-->
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:id="@+id/tv_newsfeed_replay_count"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_alignParentRight="true"-->
|
|
|
+ <!-- android:background="@drawable/badge_red"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/d_6dp"-->
|
|
|
+ <!-- android:paddingTop="@dimen/d_1dp"-->
|
|
|
+ <!-- android:paddingRight="@dimen/d_6dp"-->
|
|
|
+ <!-- android:paddingBottom="@dimen/d_1dp"-->
|
|
|
+ <!-- android:text="0"-->
|
|
|
+ <!-- android:textColor="@color/white"-->
|
|
|
+ <!-- android:textSize="8sp"-->
|
|
|
+ <!-- android:visibility="gone" />-->
|
|
|
+
|
|
|
+ <!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+ <!-- <com.guadou.lib_baselib.font_text_view.TextViewBold-->
|
|
|
+ <!-- android:id="@+id/tv_category_news_feed"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_3dp"-->
|
|
|
+ <!-- android:text="朋友圈"-->
|
|
|
+ <!-- android:textColor="@color/black"-->
|
|
|
+ <!-- android:textSize="@dimen/d_14dsp" />-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <!–Rewards–>-->
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/ll_rewards"-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:gravity="center_horizontal"-->
|
|
|
+ <!-- android:orientation="vertical"-->
|
|
|
+ <!-- binding:clicks="@{click.gotoRewardsPage}">-->
|
|
|
+
|
|
|
+ <!-- <RelativeLayout-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_16dp">-->
|
|
|
+
|
|
|
+ <!-- <ImageView-->
|
|
|
+ <!-- android:id="@+id/iv_category_rewards"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_70dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_70dp"-->
|
|
|
+ <!-- android:src="@drawable/home_rewards_categroy" />-->
|
|
|
+
|
|
|
+ <!-- <View-->
|
|
|
+ <!-- android:id="@+id/view_rewards_unread"-->
|
|
|
+ <!-- android:layout_width="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/d_8dp"-->
|
|
|
+ <!-- android:layout_alignParentRight="true"-->
|
|
|
+ <!-- android:background="@drawable/shape_circle_red"-->
|
|
|
+ <!-- android:gravity="center"-->
|
|
|
+ <!-- android:textColor="@color/white"-->
|
|
|
+ <!-- android:visibility="gone" />-->
|
|
|
+
|
|
|
+ <!-- </RelativeLayout>-->
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <com.guadou.lib_baselib.font_text_view.TextViewBold-->
|
|
|
+ <!-- android:id="@+id/tv_category_rewards"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_marginTop="@dimen/d_3dp"-->
|
|
|
+ <!-- android:text="积分兑换"-->
|
|
|
+ <!-- android:textColor="@color/black"-->
|
|
|
+ <!-- android:textSize="@dimen/d_14dsp" />-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
<!--轮播-->
|
|
|
<com.minminaya.widget.GeneralRoundConstraintLayout
|
|
|
android:layout_width="match_parent"
|