Blame view
android/GameSDKRelease/res/values/themes.xml
670 Bytes
d1bf9b48f
![]() |
1 2 3 4 5 6 7 8 9 10 |
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="container_dialog" > <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowIsTranslucent">true</item> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@color/transparent</item> <item name="android:backgroundDimEnabled">true</item> |
508fb0528
![]() |
11 |
<item name="android:windowFullscreen">true</item> |
d1bf9b48f
![]() |
12 13 14 15 16 17 18 |
</style> <style name="ex_win" parent="@style/container_dialog"> <item name="android:backgroundDimEnabled">true</item> </style> </resources> |