Skip to content

Commit

Permalink
Merge pull request #42 from gulerbu/toolbar/right_text_enable
Browse files Browse the repository at this point in the history
Make toolbar right text enabled as default option
  • Loading branch information
gulerbu authored May 7, 2020
2 parents 7275fd1 + 752fda6 commit 6c80a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data class ToolbarViewState(
val lowerRightTextMarginEndInPixel: Int?= null,
val rightImageDrawableMarginEndInPixel: Int?= null,
val leftImageDrawableMarginStartInPixel: Int?= null,
val isUpperRightTextEnabled: Boolean = false
val isUpperRightTextEnabled: Boolean = true

) {

Expand Down

0 comments on commit 6c80a1e

Please sign in to comment.