Android的material-design(NavigationView、ToolBar、ButtonNavigationView、AppBarLayout、CoordinatorLayout、CollapsingToolbarLayout、SwipeRefreshLayout、FloatingActionButton)的使用方法 - hanjie511/android-material-design1
地址请点击:https://github.com/ikimuhendis/LDrawer 效果: 5.1 MaterialNavigationDrawer (material design的侧滑栏) 地址请点击:MaterialNavigationDrawer 效果: 5.2 android-material-drawer-template(material design的侧滑栏) 地址请点击:android-material-drawer-template ...
https://github.com/TonicArtos/SuperSLiM 效果: 24 material design 的颜色的一个library项目: A Color Pallette that includes all the colors respects Android Material Design. Thanks "Marcel Ulbrich" for creating datas. 地址: https://github.com/emreaktrk/LColorPallette 25 MaterialDesignSupport 地址请...
Toolbar是在 Android 5.0 开始推出的一个 Material Design 风格的导航控件 ,Google 非常推荐大家使用 Toolbar 来作为Android客户端的导航栏,以此来取代之前的 Actionbar 。与 Actionbar 相比,Toolbar 明显要灵活的多。它不像 Actionbar 一样,一定要固定在Activity的顶部,而是可以放到界面的任意位置。除此之外,在设计...
Github是专为github精心打造的一款Android客户端,该客户端功能强大,包含常用的github浏览以及部分操作功能;界面绚丽,适配Material Design;操作简便,可以说是为githuber们量身而作的口袋神器! 效果图 main_nav 功能Tab选择界面 main_explore Explore界面 除此以外Github还支持夜间模式,让你的夜间浏览更舒心。
Material Design是Google推出的一个全新的设计语言,它的特点就是拟物扁平化。 我将Material Design分为如下四部分: 主题和布局——ANDROID L——Material Design详解(主题和布局) 视图和阴影——ANDROID L——Material Design详解(视图和阴影) UI控件——ANDROID L——Material Design详解(UI控件) ...
compile 'com.github.navasmdc:MaterialDesign:1.5@aar' } 在布局文件中使用: 比如使用ScrollView: <com.gc.materialdesign.views.ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:materialdesign="http://schemas.android.com/apk/res-auto" android:id="@+id/scroll" android:...
(3)在布局文件中,一切Material Design的特有属性均要使用“app”的命名空间,而不是“android”。 (4)如果遇到低版本样式不兼容,需要设置values-v21文件夹来区分5.0之前版本的主题。 如果有需要,可以去github上下载我整理的demo,demo集成了Material Design的主要控件,值得一看。
这就是Material Design系列第六篇之《Android Material Design系列之CoordinatorLayout,CollapsingToolbarLayout等》。 这个系列的讲解和实例都会整理在一个demo里,demo的github地址:https://github.com/loonggg/MaterialDesignDemo去star吧,我会慢慢完善的。 仿稀土掘金效果的demo也放到上边的那个综合demo里了,当然单独的demo...
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.