Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed May 29, 2020
1 parent c8407e0 commit 03fe008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/main/java/me/ibrahimsn/lib/SmoothBottomBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ class SmoothBottomBar @JvmOverloads constructor(
itemIconSize
)

itemIconMargin = typedArray.getDimension(
R.styleable.SmoothBottomBar_iconMargin,
itemIconMargin
)

itemIconTint = typedArray.getColor(
R.styleable.SmoothBottomBar_iconTint,
itemIconTint
Expand Down
1 change: 1 addition & 0 deletions lib/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<attr name="itemFontFamily" format="reference" />
<attr name="textSize" format="dimension" />
<attr name="iconSize" format="dimension" />
<attr name="iconMargin" format="dimension" />
<attr name="iconTint" format="color"/>
<attr name="iconTintActive" format="color"/>
<attr name="cornerRadius" format="dimension" />
Expand Down

0 comments on commit 03fe008

Please sign in to comment.