Skip to content

Commit

Permalink
Splash activity color now dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Wander committed Jul 6, 2017
1 parent a3bad7b commit 417d3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/splash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

<item
android:drawable="@color/white"/>
android:drawable="@color/colorDark"/>

<item>
<bitmap
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<color name="transparentGrey">#878c8c8c</color>
<color name="colorAccentTransparent">#3319bb9b</color>
<color name="white">#ffffff</color>
<color name="colorDark">#ff424242</color>
</resources>

0 comments on commit 417d3c2

Please sign in to comment.