6

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?

Kuno
  • 3,492
  • 2
  • 28
  • 44
  • The design guidelines don't match up perfectly with the implementations in L-preview yet. You will not need to implement these manually. – alanv Jun 30 '14 at 01:02
  • That's nice to hear. If you post it as an answer, I can mark this question as solved. – Kuno Jun 30 '14 at 09:20

2 Answers2

5

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

alanv
  • 23,966
  • 4
  • 93
  • 80
4

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

NeoKree
  • 411
  • 4
  • 13