Skip to content

Commit

Permalink
[Feature] 修改加载框的style,允许背景变黑,点击屏幕不可取消
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiangxiang committed Dec 19, 2017
1 parent 077037b commit 3420de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baselibrary/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
</style>

<style name="ProgressDialog">
<item name="android:backgroundDimEnabled">false</item>
<item name="android:backgroundDimEnabled">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowCloseOnTouchOutside">false</item>
</style>
</resources>

0 comments on commit 3420de8

Please sign in to comment.