Skip to content

Commit

Permalink
work on treehouse splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Jul 23, 2024
1 parent 2b6acca commit d2387a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,3 @@
</item>
</layer-list>

<!--<?xml version="1.0" encoding="utf-8"?>-->
<!--<layer-list xmlns:android="http://schemas.android.com/apk/res/android">-->
<!-- <item android:drawable="@color/windowBackground" />-->
<!-- <item>-->
<!-- <bitmap-->
<!-- android:gravity="center"-->
<!-- android:src="@drawable/treehouses2" />-->
<!-- </item>-->
<!--</layer-list>-->

2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/windowBackground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/treehouses2</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen_image</item>
<item name="windowSplashScreenAnimationDuration">200</item>
<item name="postSplashScreenTheme">@style/MyMaterialTheme.Base</item>
</style>
Expand Down

0 comments on commit d2387a4

Please sign in to comment.