Skip to content

Commit

Permalink
fix: makes public toolbar at StandardAppBarTop
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleonel committed Aug 31, 2021
1 parent 68c54a9 commit 07b05f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class StandardAppBarTop(context: Context, attrs: AttributeSet) : AppBarLayout(co
private var proeminentContent: Boolean = false
private var contentPosition: Int = LEFT

private val toolbar by lazy { findViewById<Toolbar>(R.id.toolbar) }
val toolbar: Toolbar by lazy { findViewById(R.id.toolbar) }
private val actionLeftContainer by lazy { findViewById<LinearLayout>(R.id.actionLeftContainer) }
private val actionRightContainer by lazy { findViewById<LinearLayout>(R.id.actionRightContainer) }
private val actionCenterContainer by lazy { findViewById<LinearLayout>(R.id.actionCenterContainer) }
Expand Down

0 comments on commit 07b05f5

Please sign in to comment.