Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 669
Kuno Avatar asked Jun 29 '14 17:06

Kuno


2 Answers

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

like image 116
alanv Avatar answered Nov 11 '22 08:11

alanv


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

like image 4
NeoKree Avatar answered Nov 11 '22 08:11

NeoKree