Material Design backward compatibility

前端 未结 6 1802
独厮守ぢ
独厮守ぢ 2020-12-04 09:29

From examples provided on the Android Developer pages I see that new Views, like the RecyclerView, are backward compatible (android.support.v7.widget.Recy

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 10:00

    Google design support library introduced in I/O 2015

    http://android-developers.blogspot.gr/2015/05/android-design-support-library.html

    You will find a lot of good stuff for material design there.

    • Navigation View
    • Snackbar
    • Floating Action Button
    • CoordinatorLayout, motion, and scrolling (the best part wich include parallax effect and pinned toolbars)

    and much more ...

提交回复
热议问题