Sha256: 817632c5715ffca3c7f519112bf9d79af65c69681e6c781bb09209e3374dc813
Contents?: true
Size: 1.54 KB
Versions: 14
Compression:
Stored size: 1.54 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="CustomDialogTheme" > <item name="android:keepScreenOn">true </item> <item name="android:backgroundDimEnabled">false</item> <item name="android:focusable">false</item> <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item> <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> <item name="android:colorBackgroundCacheHint">@null</item> </style> <style name="CustomDialogTheme2" parent="@android:style/Theme.Dialog"> <item name="android:keepScreenOn">true </item> <item name="android:backgroundDimEnabled">false</item> <item name="android:focusable">false</item> <item name="android:windowFrame">@null</item> <item name="android:windowIsFloating">true</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item> <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> <item name="android:colorBackgroundCacheHint">@null</item> </style> <style name="customFullscreen" parent="@android:style/Theme.NoTitleBar.Fullscreen"></style> <style name="customNonFullscreen" parent="@android:style/Theme"></style> </resources>
Version data entries
14 entries across 14 versions & 1 rubygems