2016年7月3日

<Android 基础(十二)> TextInputLayout,让输入框更有灵性

摘要: 介绍 Layout which wraps an {@link android.widget.EditText} (or descendant) to show a floating label when the hint is hidden due to the user... 阅读全文

posted @ 2016-07-03 19:47 岚之山 阅读(246) 评论(0) 推荐(0) 编辑

Android Studio 小技巧(2):AS中Button文字默认大写的问题

摘要: 问题类型设置Layout中添加一个Button预览界面和真机运行却显示:与直接设置的字符串的显示不一样,显示的文字都显示了大写。原因探索AS中针对Activity中设置 android:theme=”@style/AppTheme” 而 而AppTheme的父主题是Theme.Ap... 阅读全文

posted @ 2016-07-03 17:41 岚之山 阅读(1836) 评论(0) 推荐(0) 编辑

<Android 基础(十一)> Snackbar

摘要: 介绍 Snackbars provide lightweight feedback about an operation. They show a brief message at the bottom of the screen on mobile and lower le... 阅读全文

posted @ 2016-07-03 09:45 岚之山 阅读(342) 评论(0) 推荐(0) 编辑

导航