首页 > 代码库 > hint特效
hint特效
使用
android.support.design.widget.TextInputLayout
例如:
1 <android.support.design.widget.TextInputLayout 2 android:id="@+id/passwordWrapper" 3 android:layout_width="match_parent" 4 android:layout_height="wrap_content" 5 android:layout_marginTop="4dp"> 6 7 <EditText 8 android:id="@+id/login_et_password" 9 android:layout_width="match_parent"10 android:layout_height="wrap_content"11 android:hint="@string/login_hint_pwd"12 android:inputType="textPassword"13 android:padding="10dp"14 android:textSize="14sp" />15 </android.support.design.widget.TextInputLayout>
如何使用Android Design中的TextInputLayout:
http://www.jianshu.com/p/35080eb5a28f
hint特效
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。