style.xml 779 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <style name="Theme_SpareBoardDialog" parent="@android:style/Theme.Dialog">
	    <item name="android:windowFullscreen">false</item>
	    <item name="android:windowFrame">@null</item>
	    <item name="android:windowNoTitle">true</item>
	    <item name="android:windowIsFloating">false</item>
	    <item name="android:windowContentOverlay">@null</item>
	    <item name="android:windowBackground">@color/transparent</item>
	</style>
Lee Jaebin committed
11

Lee Jaebin committed
12
    <style name="AppTheme" parent="android:Theme.Light" />
Lee Jaebin committed
13

Lee Jaebin committed
14 15 16
    <style name="Theme_Contentdetailview" parent="android:style/Theme.Translucent">
        <item name="android:windowContentOverlay">@null</item>
    </style>
Lee Jaebin committed
17

Lee Jaebin committed
18 19
</resources>