Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Dec 12, 2019
1 parent d69f20c commit ea790c0
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ bottomBar.onItemReselected = {
```

OR

```kotlin
bottomBar.setOnItemSelectedListener(object: OnItemSelectedListener {
override fun onItemSelect(pos: Int) {
Expand All @@ -87,33 +88,34 @@ bottomBar.setOnItemReselectedListener(object: OnItemReselectedListener {
android:id="@+id/bottomBar"
android:layout_width="match_parent"
android:layout_height="70dp"
app:menu=""
app:backgroundColor=""
app:textColor=""
app:textSize=""
app:iconSize=""
app:indicatorColor=""
app:sideMargins=""
app:itemPadding=""
app:textColor=""
app:itemFontFamily=""
app:textSize=""
app:iconSize=""
app:iconTint=""
app:iconTintActive=""
app:activeItem=""
app:duration=""
app:menu=""/>
app:duration="" />
```

## Setup

```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.6'
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ibrahimsn98:SmoothBottomBar:1.6'
}
```

## License
Expand Down

0 comments on commit ea790c0

Please sign in to comment.