Android中解决EditText放到popupWindow中,原有复制、粘贴、全选、选择功能失效问题

时间:2024-01-25 22:33:06
【文件属性】:

文件名称:Android中解决EditText放到popupWindow中,原有复制、粘贴、全选、选择功能失效问题

文件大小:145KB

文件格式:PDF

更新时间:2024-01-25 22:33:06

android dialogfragment do

1、原来是将EditView放到了popupwindow,发现EditView原有的复制、粘贴、全选、选择功能失效了,所以便用DialogFragment代替了popupWindow 直接上代码 ①、先看布局文件 <?xml version=. encoding=utf-?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent android


网友评论