在该EditText控件正上方放下面布局:
<LinearLayout
android:layout_width="0px"
android:layout_height="0px"
android:focusable="true"
android:focusableInTouchMode="true" />
在EditText控件正上方添加自定义布局
本文详细介绍了如何在EditText控件上方添加一个自定义LinearLayout布局,包括设置其宽度、高度、聚焦属性等关键步骤。
在该EditText控件正上方放下面布局:
<LinearLayout
android:layout_width="0px"
android:layout_height="0px"
android:focusable="true"
android:focusableInTouchMode="true" />
805

被折叠的 条评论
为什么被折叠?