Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Jan 9, 2018
1 parent 2cce3e0 commit f9f533e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@


## 更新日志:
### V1.6.8 :
1.VectorDrawableCompat使用不规范而造成的崩溃问题
2.图片浏览新增收藏和取消收藏功能
3.更换提示ProgressDialog库
4.修复部分界面图片显示不出来问题

### V1.6.7 :
1.Umeng统计页面的修复
2.修复省份天气获取失败Bug
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/res/layout/item_train.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:wheel="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
Expand Down Expand Up @@ -157,9 +156,9 @@
android:layout_centerHorizontal="true"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
wheel:matProg_barColor="@color/white"
wheel:matProg_barWidth="2dp"
wheel:matProg_progressIndeterminate="true" />
app:matProg_barColor="@color/white"
app:matProg_barWidth="2dp"
app:matProg_progressIndeterminate="true" />

<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerViewDetails"
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/layout/layout_refresh_footer_normal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<com.maning.gankmm.ui.view.ClassicLoadMoreFooterView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:wheel="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/tools">
xmlns:app="http://schemas.android.com/apk/res-auto"
>

<RelativeLayout
android:layout_width="match_parent"
Expand All @@ -16,9 +16,9 @@
android:layout_centerVertical="true"
android:layout_marginRight="4dp"
android:layout_toLeftOf="@+id/tvLoadMore"
wheel:matProg_barColor="@color/black_text2_color"
wheel:matProg_barWidth="2dp"
wheel:matProg_progressIndeterminate="true"/>
app:matProg_barColor="@color/black_text2_color"
app:matProg_barWidth="2dp"
app:matProg_progressIndeterminate="true"/>

<ImageView
android:id="@+id/ivSuccess"
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/layout/layout_refresh_header.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<com.maning.gankmm.ui.view.TwitterRefreshHeaderView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:wheel="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/tools">
>

<RelativeLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -36,9 +36,9 @@
android:layout_centerVertical="true"
android:layout_marginRight="44dp"
android:layout_toLeftOf="@+id/tvRefresh"
wheel:matProg_barColor="?refresh_text_color"
wheel:matProg_barWidth="2dp"
wheel:matProg_progressIndeterminate="true" />
app:matProg_barColor="?refresh_text_color"
app:matProg_barWidth="2dp"
app:matProg_progressIndeterminate="true" />

<TextView
android:id="@+id/tvRefresh"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ext {
buildToolsVersion = "26.0.2"
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 23
versionName = "1.6.7"
versionCode = 25
versionName = "1.6.8"
storePassword = "123456"
keyAlias = "Gank"
keyPassword = "123456"
Expand Down

0 comments on commit f9f533e

Please sign in to comment.