mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-17 08:45:55 +01:00
7 lines
277 B
XML
7 lines
277 B
XML
<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>
|