delphimvcframework/samples/pushnotifications_mobileclient/Android/Debug/styles.xml

7 lines
277 B
XML
Raw Normal View History

2016-11-07 14:32:57 +01:00
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowBackground">@drawable/splash_image_def</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>