version:1.3.5

fix:增加展锐平台签名
add:
This commit is contained in:
2021-06-03 10:29:56 +08:00
parent e6da60ca16
commit d7b996f1d5
74 changed files with 1351 additions and 503 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<com.scwang.smartrefresh.layout.SmartRefreshLayout
@@ -19,11 +19,23 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_banner"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_230"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/banner"
android:layout_margin="10dp"
android:visibility="visible" />
<com.zhpan.bannerview.BannerViewPager
android:id="@+id/banner_view"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_230"
android:layout_margin="10dp" />
android:layout_margin="10dp"
android:visibility="gone"/>
<RelativeLayout
android:layout_width="match_parent"
@@ -31,10 +43,11 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/featured_rv_result"
android:nestedScrollingEnabled="false"
android:layout_width="match_parent"
android:overScrollMode="never"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:nestedScrollingEnabled="false"
android:overScrollMode="never" />
<ImageView
android:id="@+id/imageView"
android:layout_width="300dp"