Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Jan 12, 2020
1 parent 84b0334 commit a4b9124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bottomBar.setOnItemReselectedListener(object: OnItemReselectedListener {
app:menu=""
app:backgroundColor=""
app:indicatorColor=""
app:indicatorRadius=""
app:sideMargins=""
app:itemPadding=""
app:textColor=""
Expand All @@ -114,7 +115,7 @@ allprojects {
}
dependencies {
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.6'
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.7'
}
```

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
app:textSize="14sp"
app:iconSize="24dp"
app:indicatorColor="#2DFFFFFF"
app:indicatorRadius="10dp"
app:sideMargins="10dp"
app:itemPadding="10dp"
app:iconTint="#C8FFFFFF"
Expand Down

0 comments on commit a4b9124

Please sign in to comment.