Appcompat Toolbar Toolbar v7-21

What is the difference between the two? what features are included in the toolbar and not in the v7-21 toolbar? What are all the limitations when using v7-21 tollbar instead of toolbar?

+3


source to share


1 answer


If you look at the Toolbar and AppCompat Toolbar documentation you can see it functionally, there is no difference between them. Of course the SDK level required is different from two and to use Toolbar

you need to call setActionBar(mToolbar);

, but with support Toolbar

you need to callsetSupportActionBar(mToolbar);



+5


source







All Articles