姚杰 - Jay

Results 8 comments of 姚杰 - Jay

单独引用核心包就没有问题 ![image](https://user-images.githubusercontent.com/18596432/50278736-ccd0b400-0482-11e9-928d-3f4861b2f4c7.png)

设置了没有显示

//初始化布局: View customView = LayoutInflater.from(me).inflate(R.layout.layout_custom, null); //启动对话框 MessageDialog.build(context, null, null, "知道了", new DialogInterface.OnClickLis @Override public void onClick(DialogInterface dialog, int which) { } }).setCustomView(customView) .setCanCancel(true) .showDialog(); 出不来呀,我的style ![image](https://user-images.githubusercontent.com/18596432/48243515-c4b13d80-e41b-11e8-9307-1101cdf72e10.png)

![image](https://user-images.githubusercontent.com/18596432/48243590-22de2080-e41c-11e8-846f-294926f4e3c5.png)

如果自定义的View 一定要写成RelativeLayout开头的布局,写成了LinearLayout是不可以的,因为在加载库里add是RelativeLayout ![image](https://user-images.githubusercontent.com/18596432/48537408-7fde4880-e8ec-11e8-9e7a-a69df13be9f8.png) 但是现在修改了,,,键盘弹不出来了 https://blog.csdn.net/zxyyohou/article/details/80338222 或着修改为 https://blog.csdn.net/zxyyohou/article/details/80338222 SelectDialog类下面修改,,其他的我还没有调试过,,, ![image](https://user-images.githubusercontent.com/18596432/48540788-06e3ee80-e8f6-11e8-877a-cdc0c06d03a8.png)

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xc.app/droidninja.filepicker.FilePickerActivity}: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your...

@SinaMN75 java.lang.IllegalStateException: ComponentInfo{com.xc.app/droidninja.filepicker.FilePickerActivity}: java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use...