Skip to content

Commit 66d4ea1

Browse files
authored
Update README.md
#3 fixed with this version
1 parent 2252ebe commit 66d4ea1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Installation
1010
Add this into your build.gradle dependencies section.
1111
```
12-
compile 'com.eminayar.interactioncards:cardhelper:0.0.0.1'
12+
compile 'com.eminayar.interactioncards:cardhelper:0.0.0.2'
1313
```
1414

1515
## Sample Usages
@@ -47,6 +47,7 @@ You can find which attributes you can use on xml below
4747
| --- | --- |--- |
4848
| app:back_icon | @drawable/your_back_icon | pre defined back icon |
4949
| app:overlay_color | @drawable/your_back_icon | #000000 |
50+
| app:title_color | @drawable/your_back_icon | #282828 |
5051
| app:toolbar_title | Any string you can define here | Messages |
5152

5253
Interaction Cards Layout with simply [sample module] (https://github.com/kngfrhzs/Interaction-Cards-Layout/blob/master/app/src/main/java/eminayar/com/helpercards/MainActivity.java).

0 commit comments

Comments
 (0)