android - How do you achieve Material design components pre API 21? -


have (or when will) google released support package material design such android-support-v21.jar?

are styles/drawables/anims available somewhere within android-sdk folder can used simulate z-axis background , animation effects without such compatibility library?

edit

google have released version 22 of android support library contains many of api 21 components can used down api 7.

http://developer.android.com/tools/support-library/index.html

this includes floating action buttons, recyclerviews, snackbars, toolbars, cardviews (which 1 stop solution elevation among of views) coordinatorlayouts (for fancy collapsing actionbars).

with library it's more possible fake having api 21 (although wrapping in cardviews can tedious ;))

good luck!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -