本文實例講述了Android列表控件Spinner簡單用法。分享給大家供大家參考,具體如下:
創新互聯公司成立于2013年,先為南岔等服務建站,南岔等地企業,進行企業商務咨詢服務。為南岔企業網站制作PC+手機+微官網三網同步一站式服務解決您的所有建站問題。Android的Spinner控件用來顯示列表項,類似于一組單選框RadioButton。這里介紹一下其簡單用法:
xml布局:
<?xml version="1.0" encoding="utf-8"?> <LinaerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <Spinner android:layout_width="fill_parent" android:layout_height="fill_parent" android:entries="@strings/books" android:prompt="@string/tip" /> <Spinner android:id="@+id/spinner" android:layout_width="fill_parent" android:layout_height="wrap_content" android:prompt="@string/tip" /> </LinaerLayout>
當前標題:Android列表控件Spinner簡單用法示例-創新互聯
鏈接地址:http://vcdvsql.cn/article42/cdgpec.html
成都網站建設公司_創新互聯,為您提供網站導航、App設計、商城網站、品牌網站制作、建站公司、虛擬主機
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯