弹出屏幕背景不在焦点在android中

时间:2016-05-03 11:51:52

标签: java android xml android-layout android-studio

我正在尝试设计类似下面的图像

enter image description here

我已经厌倦了PopupWindow,但背景仍然是焦点。

1 个答案:

答案 0 :(得分:0)

以这样的风格创建自定义主题

<style name="CustomDialogTheme" parent="android:Theme.Dialog">
<item name="android:backgroundDimEnabled">true</item></style>

并在你想要的Dialog上调用它。