Skip to content

Instantly share code, notes, and snippets.

@stevenselcuk
Created June 19, 2020 10:26
Show Gist options
  • Save stevenselcuk/076875aa2360b982bca95ec21cc32d57 to your computer and use it in GitHub Desktop.
Save stevenselcuk/076875aa2360b982bca95ec21cc32d57 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:textColor">#000000</item>
</style>
<style name="SplashScreen">
<item name="android:src">@drawable/splash</item>
<item name="android:adjustViewBounds">true</item>
<item name="android:scaleType">fitCenter</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment