Skip to content

Instantly share code, notes, and snippets.

@VadimZhuk0v
Created April 24, 2019 18:41
Show Gist options
  • Save VadimZhuk0v/4e6ddc0e16a3353b6bf4dfea2bc2cdb8 to your computer and use it in GitHub Desktop.
Save VadimZhuk0v/4e6ddc0e16a3353b6bf4dfea2bc2cdb8 to your computer and use it in GitHub Desktop.
class FabBottomNavigationView @JvmOverloads constructor(
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
) : BottomNavigationView(context, attrs, defStyleAttr) {
init {
//There will be magic
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment