Spotlight
Spotlight

Reputation: 1299

ActionBar popup in Material design

Google saturday released a brand new version of AppCompat, which makes the ActionBar really similar to the ActionBar used by Google Chrome.

I'm wondering if there's any way to tell AppCompat to use the same style for the ActionBar popup as Google Chrome (the animation effect, the touch feedback etc.).

Thanks a lot for your time.

Upvotes: 1

Views: 740

Answers (1)

Fernando Martínez
Fernando Martínez

Reputation: 1077

You must use Toolbar to do those effects.

The animations you can achieve by code.

A good reading about the first steps for Material Design can be found here: https://chris.banes.me/2014/10/17/appcompat-v21/

Upvotes: 1

Related Questions