Skip to content

Commit

Permalink
增加样例
Browse files Browse the repository at this point in the history
  • Loading branch information
WVector committed Jul 7, 2017
1 parent ab1f07d commit dafa73e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

<img src="https://raw.githubusercontent.com/WVector/AppUpdateDemo/master/image/example_03.png?raw=true" width="1000">

<img src="https://raw.githubusercontent.com/WVector/AppUpdateDemo/master/image/example_05.png?raw=true" width="1000">

<img src="https://raw.githubusercontent.com/WVector/AppUpdateDemo/master/image/example_06.png?raw=true" width="1000">


[点击下载 Demo.apk](https://raw.githubusercontent.com/WVector/AppUpdateDemo/master/apk/app-debug.apk) 或扫描下面的二维码安装
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public void updateApp4(View view) {
//添加自定义参数
.setParams(params)
//设置头部
.setTopPic(R.mipmap.top_7)
.setTopPic(R.mipmap.top_4)
//设置主题色
// .setThemeColor(0xff034ea0)
.build()
Expand Down
Binary file added app/src/main/res/mipmap-xxhdpi/top_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/example_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/example_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dafa73e

Please sign in to comment.