码迷,mamicode.com
首页 >  
搜索关键字:textinputlayout    ( 36个结果
59、常规控件(2)TextInputLayout-让EditText提示更加人性化
提示语用在显示。 1 7 11 14 16 TextInputLayout textInput = (TextInputLayout) this.findViewById(R.id.textInput);textInput.setHint("请输入用户名"); 1 ...
分类:其他好文   时间:2015-11-25 19:09:51    阅读次数:190
Material Design之TextInputLayout使用示例
Google在2015的IO大会上,给我们带来了更加详细的Material Design设计规范,同时,也给我们带来了全新的Android Design Support Library,在这个support库里面,Google给我们提供了更加规范的MD设计风格的控件。最重要的是,Android Design Support Library的兼容性更广,直接可以向下兼容到Android 2.2。这不得不说是一个良心之作...
分类:其他好文   时间:2015-08-05 18:20:08    阅读次数:16455
【转】Android M新控件之FloatingActionButton,TextInputLayout,Snackbar,TabLayout的使用
Android M新控件之FloatingActionButton,TextInputLayout,Snackbar,TabLayout的使用分类:Android UI2015-06-15 16:441145人阅读评论(5)收藏举报MaterialDesingsupportlibrary目录(?)[...
分类:移动开发   时间:2015-07-15 12:43:02    阅读次数:166
Material Design之TextInputLayout、Snackbar的使用
这两个控件也是Google在2015 I/O大会上发布的Design Library包下的控件,使用比较简单,就放在一起讲了,但有的地方也是需要特别注意一下。 TextInputLayout TextInputLayout功能非常简单,就是用于用户在EditText中输入时hint的提示和错误的提示。 先来看看效果图吧: 从上图很明显的看出: 1、当EditText获得焦...
分类:其他好文   时间:2015-07-14 15:45:47    阅读次数:153
Android M新控件之AppBarLayout,NavigationView,CoordinatorLayout,CollapsingToolbarLayout的使用
【转载请注明出处:http://blog.csdn.net/feiduclear_up/article/details/46514791 CSDN 废墟的树】上一篇博客我们学习了Android Design Support Library库中的 是个简单的组件,不了解的童鞋可以参考之前的博客 Android M新控件之FloatingActionButton,TextInputLayout,Sna...
分类:移动开发   时间:2015-06-17 21:39:01    阅读次数:257
Android M新控件之FloatingActionButton,TextInputLayout,Snackbar,TabLayout的使用
【转载请注明出处:http://blog.csdn.net/feiduclear_up/article/details/46500865 CSDN 废墟的树】在前不久的谷歌2015 I/O大会上,发布了Android新版本M,貌似从这个版本开始Android不在以数字命名版本了。在这次的I/O大会上谷歌对Android并没有很大的改变,主要是修改完善之前Android L版本。不过在谷歌推出Mat...
分类:移动开发   时间:2015-06-15 18:52:24    阅读次数:244
36条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!