国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

Android取消EditText自動獲取焦點默認行為

2020-04-11 12:38:14
字體:
來源:轉載
供稿:網友
在項目中,一進入一個頁面, EditText默認就會自動獲取焦點。

那么如何取消這個默認行為呢?
在網上找了好久,有點 監聽軟鍵盤事件,有點 調用 clearFouse()方法,但是測試了都沒有! xml中也找不到相應的屬性可以關閉這個默認行為
解決之道:在EditText的父級控件中找一個,設置成
復制代碼 代碼如下:

android:focusable="true"
android:focusableInTouchMode="true"

這樣,就把EditText默認的行為截斷了!
復制代碼 代碼如下:

<LinearLayout
style="@style/FillWrapWidgetStyle"
android:orientation="vertical"
android:background="@color/black"
android:gravity="center_horizontal"
android:focusable="true"
android:focusableInTouchMode="true"
>
<ImageView
android:id="@+id/logo"
style="@style/WrapContentWidgetStyle"
android:background="@drawable/dream_dictionary_logo"
/>
<RelativeLayout
style="@style/FillWrapWidgetStyle"
android:background="@drawable/searchbar_bg"
android:gravity="center_vertical"
>
<EditText
android:id="@+id/searchEditText"
style="@style/WrapContentWidgetStyle"
android:background="@null"
android:hint="Search"
android:layout_marginLeft="40dp"
android:singleLine="true"
/>
</RelativeLayout>
</LinearLayout>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 鸡西市| 深泽县| 大姚县| 宜良县| 武冈市| 青岛市| 怀安县| 舞钢市| 册亨县| 陇川县| 金阳县| 八宿县| 华容县| 靖西县| 贡觉县| 南岸区| 大冶市| 竹山县| 吐鲁番市| 毕节市| 准格尔旗| 海原县| 临泉县| 延安市| 镶黄旗| 大邑县| 铁力市| 镇沅| 锡林浩特市| 海安县| 南充市| 定远县| 巨野县| 田阳县| 东乌珠穆沁旗| 黄龙县| 玉田县| 临猗县| 扬州市| 鱼台县| 天门市|