|
@@ -81,10 +81,10 @@
|
|
|
|
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
|
android:id="@+id/refreshLayout"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/cs_header"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cs_header"
|
|
|
app:srlEnableLoadMore="false">
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
@@ -231,10 +231,16 @@
|
|
|
android:layout_marginLeft="@dimen/dp_14"
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
android:layout_marginRight="@dimen/dp_14"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/top_view_bg"
|
|
|
android:descendantFocusability="blocksDescendants"
|
|
|
- app:banner_indicator_normal_color="@color/transparent"
|
|
|
- app:banner_indicator_selected_color="@color/transparent" />
|
|
|
+ app:banner_indicator_gravity="right"
|
|
|
+ app:banner_indicator_height="5dp"
|
|
|
+ app:banner_indicator_marginBottom="8dp"
|
|
|
+ app:banner_indicator_marginRight="12dp"
|
|
|
+ app:banner_indicator_normal_color="@color/white"
|
|
|
+ app:banner_indicator_normal_width="5dp"
|
|
|
+ app:banner_indicator_selected_color="@color/white"
|
|
|
+ app:banner_indicator_selected_width="12dp"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/top_view_bg" />
|
|
|
|
|
|
<androidx.cardview.widget.CardView
|
|
|
android:id="@+id/bg_announcement"
|