Skip to content

Commit

Permalink
Transparency on dark theme too
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Sep 2, 2015
1 parent 2c36e9c commit b22196c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values-v21/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<style name="BaseThemeDark" parent="@android:style/Theme.Material.Light.NoActionBar">
<item name="android:colorPrimary">@color/kiss_green</item>
<item name="android:colorPrimaryDark">@android:color/black</item>
<item name="android:colorPrimaryDark">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:colorAccent">@color/kiss_green</item>
</style>

Expand Down

0 comments on commit b22196c

Please sign in to comment.