Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Created March 3, 2018 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebaslogen/315e3917d7a46338459df6fc5e3348b6 to your computer and use it in GitHub Desktop.
Save sebaslogen/315e3917d7a46338459df6fc5e3348b6 to your computer and use it in GitHub Desktop.
Android Toolbar constructor
public class Toolbar extends ViewGroup {
public Toolbar(Context context, @Nullable AttributeSet attrs) {
this(context, attrs, R.attr.toolbarStyle);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment