style.xml 603 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4 5 6 7 8 9 10 11
<?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:windowBackground">@null</item>
	    <item name="android:windowNoTitle">true</item>
	    <item name="android:windowCloseOnTouchOutside">false</item>
	</style>
	<style name="Theme_Contentdetailview" parent="android:style/Theme.Dialog">
        <item name="android:windowBackground">@null</item>
        <item name="android:windowCloseOnTouchOutside">false</item>
    </style>
Lee Jaebin committed
12

Lee Jaebin committed
13 14
</resources>