Commit a5d0b531 authored by linfeng's avatar linfeng

bug修复

parents b8e5acde 24ed6d97
......@@ -7,8 +7,8 @@ android {
applicationId "com.test.rv"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "1.0.1"
versionCode 30
versionName "3.0"
multiDexEnabled true
//新版Gradle 是 implementation 为了兼容compile,写上这句话
......@@ -28,7 +28,7 @@ android {
debug {
keyAlias 'xinxin'
keyPassword '123456'
storeFile file('E:/git/rvapp/keystore/xinxin.jks')
storeFile file('../keystore/xinxin.jks')
storePassword '123456'
}
}
......
......@@ -255,6 +255,7 @@ public class HomeFragment extends BaseFragment<CommonPresenter> implements Obser
endDate = MyUtils.getFetureDate(1);
copyDay = DateUtils.compareDateDay(endDate, begDate) + 1;
llItemHotRvtour.setSelected(true);
tvItemRvTour.setSelected(true);
tvHotRvtour.setTextColor(getResources().getColor(R.color.text_Main));
tvHotRvtour.getPaint().setFakeBoldText(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment