SmartFarm/SOURCE/SmartFarmHMI/SmartFarmHMI_FMX/Android64/Debug/styles.xml
2026-09-04 10:53:44 +09:00

8 lines
358 B
XML

<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme.Base" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowBackground">@drawable/splash_image_def</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="AppTheme" parent="AppTheme.Base"/>
</resources>