Compare commits

...

2 Commits

@ -3,4 +3,4 @@
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"/>
android:scaleType="centerCrop"/>

@ -56,7 +56,7 @@
<com.youth.banner.Banner
android:id="@+id/mBanner"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_90"
android:layout_height="@dimen/dp_100"
android:background="@drawable/shape_banner_bg"
app:banner_indicator_normal_color="@color/col_298D0"
app:banner_indicator_selected_color="@color/col_8D0"
@ -89,7 +89,7 @@
<com.youth.banner.Banner
android:id="@+id/mBannerTwo"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_90"
android:layout_height="@dimen/dp_100"
android:background="@drawable/shape_banner_bg"
app:banner_indicator_normal_color="@color/col_298D0"
app:banner_indicator_selected_color="@color/col_8D0"

@ -86,7 +86,7 @@ class MyApp : Application() {
// CrashReport.initCrashReport(this, "", true)
// }
//删除角标
ShortcutBadger.applyCount(applicationContext, 0)
// ShortcutBadger.applyCount(applicationContext, 0)
// if (MMkvHelper.contains("private")){
// val isTopRun = isTopRun()

@ -105,9 +105,9 @@ ext {
event_bus : 'org.greenrobot:eventbus:3.3.1',
sign : 'com.github.F1ReKing:SignatureView:1.1.0',
gd_location : 'com.amap.api:location:latest.integration',
gd_map : 'com.amap.api:3dmap:8.0.1',
gd_search : 'com.amap.api:search:latest.integration',
// gd_location : 'com.amap.api:location:latest.integration',
gd_map : 'com.amap.api:3dmap:latest.integration',
gd_search : 'com.amap.api:search:9.7.0',
wixin : 'com.tencent.mm.opensdk:wechat-sdk-android:+',
//

Loading…
Cancel
Save