學(xué)習(xí)了Android PopupWindow的使用技巧 和【Android UI設(shè)計(jì)與開發(fā)】7.底部菜單欄(四)PopupWindow 實(shí)現(xiàn)顯示仿騰訊新聞底部彈出菜單,然后自己進(jìn)行了一下研究,寫一個(gè)總結(jié),方便以后學(xué)習(xí)。

效果圖:
1.PopupWindow的布局:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="@color/colorAccent"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_popup_text"
android:layout_width="wrap_content"
android:layout_height="80dp"
android:text="我就是彈窗"
android:textSize="25sp"
android:textColor="#ffffffff"
android:layout_centerInParent="true"
android:gravity="center"/>
</LinearLayout>
文章標(biāo)題:PopupWindow使用方法詳解-創(chuàng)新互聯(lián)
文章路徑:http://chinadenli.net/article42/cohchc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、網(wǎng)站制作、全網(wǎng)營(yíng)銷推廣、網(wǎng)站營(yíng)銷、小程序開發(fā)、面包屑導(dǎo)航
聲明:本網(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)容