Skip to content

Commit

Permalink
更新到了1.1.7版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kale committed Feb 23, 2016
1 parent 50f57c9 commit 064b0d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

```
dependencies {
compile 'com.github.tianzhijiexian:CommonAdapter:1.1.6'
compile 'com.github.tianzhijiexian:CommonAdapter:1.1.7'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
- [x] 支持快速将listview的适配器切换为recyclerView的适配器
- [x] viewpager的notifyDataSetChanged可以正常更新所有数据了
- [x] 支持recyclerView的添加头部和底部
- [x] 支持适配器的数据自动绑定
- [x] 支持适配器的数据自动绑定,只用操作数据便可自动notify界面

### 示例

Expand Down
4 changes: 2 additions & 2 deletions adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 7
versionName "1.1.6"
versionCode 8
versionName "1.1.7"
}

dataBinding {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/demo_item_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="#a8b6d8"
android:text="@{vm.text}"
/>
</layout>
Binary file added demo/main.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 064b0d6

Please sign in to comment.