Kuno
Kuno

Reputation: 3510

Android L Preview Material styled Tabs

In the new Design guidelines (scroll down to the bottom) you can see how tabs should look in the new Material design. TabHost however still looks very Holo to me, with no bottom line animation and no ripples effect. Is it something we have to implement ourselves?

Upvotes: 6

Views: 4359

Answers (2)

NeoKree
NeoKree

Reputation: 409

Here there is a custom Library that uses v7 Toolbar like TabWidget with the new Material Design animations, but it is in fully development.

Upvotes: 4

alanv
alanv

Reputation: 24124

The design guidelines don't match up perfectly with the implementations in L-preview yet. You will not need to implement these manually.

Upvotes: 5

Related Questions