久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

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

Android簡單使用PopupWindow的方法

瀏覽:3日期:2022-09-20 16:07:06

本文實例為大家分享了Android簡單使用PopupWindow的的具體代碼,供大家參考,具體內容如下

思路

1.在res下面創建一個menu文件夾,并新建一個xml文件作為PoupWindow的布局文件。2.Activity中布局填充器加載菜單布局3.創建PopupWindow對象并設置內容以及動畫4.設置菜單布局中控件需要做的操作

menu菜單布局:

<?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:background='#eaeaea' android:orientation='vertical'> <Button android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginTop='10dp' android:text='選項一' /> <Button android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginTop='10dp' android:text='選項二' /> <Button android: android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_marginTop='10dp' android:text='選項三' /></LinearLayout>

定義動畫:

在styles資源文件里寫一個style繼承android:Animation,并設置進出場效果內容引用res下面的anim資源文件夾里的資源文件將動畫綁定到popuwidow

styles資源文件

Android簡單使用PopupWindow的方法

在res下面創建一個anim資源文件夾

anim資源文件

Android簡單使用PopupWindow的方法

Android簡單使用PopupWindow的方法

popupwindow綁定動畫 popupWindow.setAnimationStyle(R.style.www);

Activity

public class MainActivity extends AppCompatActivity { private Button bt; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); bt = findViewById(R.id.bt); } public void click(View view) { //點擊事件 View inflate = LayoutInflater.from(this).inflate(R.layout.menu, null); //布局加載器加載菜單布局 Button bt1 = inflate.findViewById(R.id.bt1); Button bt2 = inflate.findViewById(R.id.bt2); Button bt3 = inflate.findViewById(R.id.bt3); /** * 創建PopupWindow對象 視圖對象, 寬, 高,缺一不可 * 第一種:創建對象的時候直接加參數 PopupWindow popupWindow = new PopupWindow(inflate, 200, ViewGroup.LayoutParams.WRAP_CONTENT,true); * 第二種 通過setContentView,setHeight,setWidth 來設置 * 寬高可設置固定值或者ViewGroup.LayoutParams.WRAP_CONTENT **/ final PopupWindow popupWindow = new PopupWindow(inflate, 200, ViewGroup.LayoutParams.WRAP_CONTENT); popupWindow.setOutsideTouchable(true); //點擊彈窗外部是否取消彈窗 popupWindow.setAnimationStyle(R.style.www); //設置自定義好的動畫 //彈窗出現外部為陰影 WindowManager.LayoutParams attributes = getWindow().getAttributes(); attributes.alpha = 0.5f; getWindow().setAttributes(attributes); //彈窗取消監聽 取消之后恢復陰影 popupWindow.setOnDismissListener(new PopupWindow.OnDismissListener() { @Override public void onDismiss() { WindowManager.LayoutParams attributes = getWindow().getAttributes(); attributes.alpha = 1; getWindow().setAttributes(attributes); } }); //選項的點擊事件 bt1.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { popupWindow.dismiss(); Toast.makeText(MainActivity.this, '選項一', Toast.LENGTH_SHORT).show(); } }); bt2.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { popupWindow.dismiss(); Toast.makeText(MainActivity.this, '選項二', Toast.LENGTH_SHORT).show(); } }); bt3.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { popupWindow.dismiss(); Toast.makeText(MainActivity.this, '選項三', Toast.LENGTH_SHORT).show(); } }); /** * 顯示popupwidow兩種方式 * 1.howAsDropDown出現在下方,三個參數:1綁定的控件2.x軸偏移量 3.y軸偏移量 * 2.showAtLocation自定義位置 四個參數 1綁定的控件 2.出現的位置 3.x軸偏移量 4.y軸偏移量 * **/ // popupWindow.showAsDropDown(bt,0,0); popupWindow.showAtLocation(bt, Gravity.CENTER, 0, 0); }}

Android簡單使用PopupWindow的方法

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Android
相關文章:
主站蜘蛛池模板: 精品1区2区| 中文字幕亚洲一区二区va在线 | 亚洲91| 欧美成人三区 | 色综合天天综合网国产成人网 | 亚洲va中文字幕 | 国产午夜精品福利 | 色偷偷888欧美精品久久久 | 国产乱码精品一区二区三 | 91综合网| 日韩欧美在线观看一区二区三区 | 欧美日韩免费看 | 欧美日韩在线播放 | 麻豆freexxxx性91精品 | 久久久久国 | 精品中文字幕一区二区三区 | 日本爽快片毛片 | 成人av小说| av在线免费观看一区二区 | www.成人.com| 国产一区二区高潮 | 欧美激情一区二区三区 | 国内精品视频一区国产 | 久久久国产精品 | 亚洲在线播放 | 日韩另类 | 久久视频精品 | 日韩免费在线视频 | 欧美一区二区三区四区五区 | 亚洲欧美日韩在线一区二区 | 日韩精品www | 国产精品乱码一区二区三区 | 91激情在线 | 亚洲成人精品av | 成年人在线观看 | 欧美激情精品久久久久久 | a级毛片免费高清视频 | 久久伊人av | 亚洲精品福利网站 | 亚洲精品自在在线观看 | 高清av在线 |