国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

Android 實現抖音頭像底部彈框效果的實例代碼

瀏覽:135日期:2022-06-07 14:29:46

布局文件

activity_test.xml

<?xml version='1.0' encoding='utf-8'?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android='http://schemas.android.com/apk/res/android' android:layout_width='match_parent' android:layout_height='match_parent' xmlns:app='http://schemas.android.com/apk/res-auto'> <LinearLayout android: android:orientation='vertical' app:layout_constraintStart_toStartOf='parent' app:layout_constraintBottom_toBottomOf='parent' android:background='@color/colorAccent' android:layout_width='match_parent' android:layout_height='300dp'> </LinearLayout> <View android:layout_width='match_parent' android:layout_height='100dp' app:layout_constraintTop_toTopOf='@+id/linearLayout' app:layout_constraintBottom_toTopOf='@+id/linearLayout' app:layout_constraintStart_toStartOf='parent' app:layout_constraintEnd_toEndOf='parent' android:alpha='0' android:background='@android:color/white' /> <ImageView android: android:src='http://www.intensediesel.com/bcjs/@mipmap/ic_launcher' app:layout_constraintTop_toTopOf='@+id/linearLayout' app:layout_constraintBottom_toTopOf='@+id/linearLayout' app:layout_constraintStart_toStartOf='parent' app:layout_constraintEnd_toEndOf='parent' android:layout_marginTop='100dp' android:layout_width='100dp' android:layout_height='100dp'/></androidx.constraintlayout.widget.ConstraintLayout>

MainActivity.java

點擊事件

View contentView = LayoutInflater.from(MainActivity.this).inflate(R.layout.activity_test, null);PopupWindow popWnd = new PopupWindow(MainActivity.this);popWnd.setContentView(contentView);popWnd.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);popWnd.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);popWnd.setBackgroundDrawable(new ColorDrawable(0x00000000));popWnd.setOutsideTouchable(false);popWnd.setFocusable(true);//相對于父控件的底部顯示 無任何偏移popWnd.showAtLocation(v, Gravity.BOTTOM, 0, 0);

Android 實現抖音頭像底部彈框效果的實例代碼

到此這篇關于Android 實現抖音頭像底部彈框效果的文章就介紹到這了,更多相關android 抖音彈框內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: 抖音
相關文章:
主站蜘蛛池模板: 南开区| 平定县| 北宁市| 延津县| 温宿县| 汶川县| 上虞市| 巴彦淖尔市| 额济纳旗| 田东县| 巩义市| 大丰市| 搜索| 苍南县| 临夏县| 湖北省| 上虞市| 方山县| 榆林市| 迁安市| 涞水县| 明水县| 交城县| 扶风县| 赣州市| 平定县| 清涧县| 浦江县| 巩留县| 霍州市| 大名县| 中江县| 永吉县| 宜春市| 大竹县| 雷波县| 姜堰市| 蛟河市| 朝阳区| 唐山市| 扎赉特旗|