`
小小米081189
  • 浏览: 20110 次
  • 性别: Icon_minigender_2
社区版块
存档分类
最新评论

疯狂android讲义学习总结---TextView

 
阅读更多
这里只想说一句,在EditText中 如果想让输入框中的有默认的内容,用hint
<EditText
        android:id="@+id/editText1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@+id/textView1"
        android:layout_marginLeft="34dp"
        android:layout_toRightOf="@+id/textView1"
        android:ems="10"
        android:hint="请填写登录账号" >

        <requestFocus />
    </EditText>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics