2015年11月25日
摘要: 1 final FloatingActionButton faBtn = (FloatingActionButton) this.findViewById(R.id.faBtn); 2 faBtn.setOnClickListener(new View.OnClic... 阅读全文
posted @ 2015-11-25 17:32 大米稀饭 阅读(311) 评论(0) 推荐(0)
摘要: 提示语用在显示。 1 7 11 14 16 TextInputLayout textInput = (TextInputLayout) this.findViewById(R.id.textInput);textInput.setHint("请输入用户名"); 1 ... 阅读全文
posted @ 2015-11-25 17:20 大米稀饭 阅读(944) 评论(0) 推荐(0)
摘要: 1 7 8 14 23 24 阅读全文
posted @ 2015-11-25 17:00 大米稀饭 阅读(382) 评论(0) 推荐(0)
摘要: 一、Material Design几个要素扁平化、简洁;水波反馈;良好体验的过渡动画;材料空间位置的直观变化;二、Android Studio配置在build.gradle 文件中加入,compile 'com.android.support:design:23.0.1' , 然后在编译即可。三、E... 阅读全文
posted @ 2015-11-25 16:33 大米稀饭 阅读(232) 评论(0) 推荐(0)