91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

从化市| 唐山市| 昆山市| 高安市| 新营市| 英德市| 鹤岗市| 宝坻区| 阿巴嘎旗| 郸城县| 蚌埠市| 茶陵县| 周口市| 武冈市| 威宁| 金华市| 泰宁县| 西城区| 乌拉特后旗| 开阳县| 千阳县| 阿拉善左旗| 河池市| 东莞市| 遵义县| 新宁县| 宁乡县| 江口县| 安顺市| 耒阳市| 营口市| 循化| 门源| 马公市| 花莲县| 舞阳县| 霍林郭勒市| 望江县| 田林县| 兰西县| 百色市|