Skip to content

Commit

Permalink
Add style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpongeBobSun committed Sep 30, 2016
1 parent 88cccc2 commit bb5920e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<item name="colorAccent">@color/colorAccent</item>
</style>

<style name="AppTheme.Splash" parent="Theme.AppCompat.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>

<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
Expand Down

0 comments on commit bb5920e

Please sign in to comment.