Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjingf authored Feb 19, 2020
1 parent 84d2f51 commit d42ce0d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@

## 最新版本
```
implementation 'com.github.huangjingf:TitleBar:1.0.0'
implementation 'com.github.huangjingf:TitleBar:1.0.1'
```

## 基本使用
```
<com.newland.pospp.component.widget.TitleBar
android:id="@+id/titleLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/titleBar"
android:elevation="1dp"
app:backFinish="true"
app:title="@string/rf_title" />
```

0 comments on commit d42ce0d

Please sign in to comment.