View获取焦点
Posted 语风6649
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了View获取焦点相关的知识,希望对你有一定的参考价值。
<EditText
android:id="@+id/et_phoneNum"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:digits="0123456789"
android:hint="请输入登录手机号"
android:inputType="number"
android:padding="10dp"
android:textColor="@color/textColor"
android:textSize="14sp" >
<requestFocus/>
</EditText>
以上是关于View获取焦点的主要内容,如果未能解决你的问题,请参考以下文章