diff --git a/.idea/misc.xml b/.idea/misc.xml index 635999d..ba7052b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -24,7 +24,7 @@ - + diff --git a/README.md b/README.md index 7ffca09..a8c660c 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ ## 更新日志: +### V1.6.8 : + 1.VectorDrawableCompat使用不规范而造成的崩溃问题 + 2.图片浏览新增收藏和取消收藏功能 + 3.更换提示ProgressDialog库 + 4.修复部分界面图片显示不出来问题 + ### V1.6.7 : 1.Umeng统计页面的修复 2.修复省份天气获取失败Bug diff --git a/app/src/main/res/layout/item_train.xml b/app/src/main/res/layout/item_train.xml index c98321c..ac80a4e 100644 --- a/app/src/main/res/layout/item_train.xml +++ b/app/src/main/res/layout/item_train.xml @@ -1,6 +1,5 @@ + app:matProg_barColor="@color/white" + app:matProg_barWidth="2dp" + app:matProg_progressIndeterminate="true" /> + xmlns:app="http://schemas.android.com/apk/res-auto" + > + app:matProg_barColor="@color/black_text2_color" + app:matProg_barWidth="2dp" + app:matProg_progressIndeterminate="true"/> + > + app:matProg_barColor="?refresh_text_color" + app:matProg_barWidth="2dp" + app:matProg_progressIndeterminate="true" />