這期內(nèi)容當(dāng)中小編將會(huì)給大家?guī)?lái)有關(guān)Popupwindow怎么在Android應(yīng)用中使用,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
第一步:
private PopupWindow mPopupWindow;
第二步:寫(xiě)一個(gè)popupwindow的布局文件XML
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="#669E9E9E"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="#E4E4E4" > <TextView android:id="@+id/popupwindow_Jan" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="一月份" android:gravity="center" /> <TextView android:id="@+id/popupwindow_Feb" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="二月份" android:gravity="center" /> <TextView android:id="@+id/popupwindow_Mar" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="三月份" android:gravity="center" /> </LinearLayout> </RelativeLayout> </LinearLayout>
新聞名稱:Popupwindow怎么在Android應(yīng)用中使用-創(chuàng)新互聯(lián)
路徑分享:http://chinadenli.net/article30/dgjcpo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供建站公司、靜態(tài)網(wǎng)站、外貿(mào)建站、虛擬主機(jī)、定制網(wǎng)站、電子商務(wù)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容