<?xml version="1.0" encoding="utf-8"?>

<resources>

<!--
  <style name="MyAppTheme" parent = "android:Theme.Holo.Light">
  <item name="android:windowActionBar">false</item>
  <item name="android:windowNoTitle">true</item>
  <item name="android:windowIsTranslucent">true</item>
-->

<!--
 <style name="NoSplashTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
-->

<style name="NoSplashTheme" parent="android:Theme.Holo.Light">
  <item name="android:windowSplashScreenAnimatedIcon">@drawable/blank512</item>
</style>
          
</resources>

