Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2 KB

README_CN.md

File metadata and controls

63 lines (48 loc) · 2 KB

最近更新日志:

  • 大幅优化了在平板上的显示效果。
  • RecyclerView Activity 添加了上拉加载和删除撤销以及隐藏fab的Behavior。
  • Settings 页面添加了 PreferenceCategory。
  • 添加了开源许可。
  • 升级了 Android Studio 和 Gradle 版本。
  • 增加了 Android O 的自适应图标。

这是一个遵循Material Design设计理念的demo应用。它使用了最新的design support library,展示如何使用material design来设计app。
该应用涵盖了很多材料设计的组件,比如:

  • NavigationView
  • CoordinatorLayout
  • AppBarLayout
  • CollapsingToolbarLayout
  • NestedScrollView
  • TabLayout
  • FloatingActionButton
  • SnackBar
  • SwipeRefreshLayout
  • RecyclerView
  • CardView
  • TextInputLayout
  • BottomSheetDialog
  • SharedElementTransitions
  • BottomNavigationView

Google Play:

https://play.google.com/store/apps/details?id=com.eajy.materialdesigndemo

image

image

image

image

image


开源许可:

The product includes:  
  
Apache License, Version 2.0  
You may obtain a copy of the license at  
http://www.apache.org/licenses/LICENSE-2.0  
  
Android Support Library  
Copyright © 2005 The Android Open Source Project. All rights reserved. 
http://developer.android.com/tools/extras/support-library.html  
  
Glide  
Copyright © 2014 Google, Inc. All rights reserved.  
https://github.com/bumptech/glide  
  
Google Material Design Icons  
Copyright © Google, Inc. All rights reserved.  
https://material.io/icons/

- Designed by Eajy in China.