中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中的requestFocus怎么使用

發布時間:2022-04-11 16:19:49 來源:億速云 閱讀:676 作者:iii 欄目:編程語言

這篇文章主要介紹了Android中的requestFocus怎么使用的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇Android中的requestFocus怎么使用文章都會有所收獲,下面我們一起來看看吧。

requestFocus的使用

一句話概括:

<requestFocus />: 標簽用于指定屏幕內的焦點View。

布局資源文件的根節點可以使用容器控件(如LinearLayout、FrameLayout等),也可以使用非容器控件(如:EditText、TextView等)。對于非容器控件,只能在非容器控件標簽中放<requestFocus />標簽,表示將當前控件設為焦點。如下代碼:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
  android:layout_width="match_parent" 
  android:layout_height="match_parent" 
  android:orientation="vertical" > 
 
  <Button 
    android:id="@+id/buttonRingtone" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:text="設置來電鈴聲" /> 
 
  <Button 
    android:id="@+id/buttonAlarm" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:text="設置鬧鐘鈴聲" /> 
 
  <Button 
    android:id="@+id/buttonNotification" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:text="設置通知鈴聲" /> 
 
  <EditText 
    android:id="@+id/text" 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" > 
    <!-- 當前控件處于焦點狀態 --> 
    <requestFocus /> 
  </EditText> 
</LinearLayout>

關于“Android中的requestFocus怎么使用”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“Android中的requestFocus怎么使用”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

辰溪县| 遵化市| 潼关县| 安宁市| 灵武市| 揭西县| 陆河县| 万安县| 建德市| 富源县| 黄骅市| 土默特左旗| 兴文县| 沽源县| 英超| 武汉市| 农安县| 缙云县| 万盛区| 日土县| 根河市| 德江县| 石河子市| 盈江县| 延长县| 南阳市| 虞城县| 柘荣县| 基隆市| 凌云县| 忻州市| 茂名市| 宁化县| 宜都市| 新余市| 福贡县| 甘德县| 佛教| 千阳县| 仁化县| 丰城市|