styles.xml 366 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<resources>

    <style name="sobot_activity_def_theme"></style>

    <style name="sobot_noAnimDialogStyle" parent="@android:style/Theme.Dialog">
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowIsFloating">true</item>
    </style>


</resources>