vanilla/res/values/theme.xml
Christopher Eby d1be1d80cc Add a mini-player
This will open in response to clicks on the notification. It provides
a quick way to change a song or pause music. (Mainly it just looks legit)
2010-02-21 00:08:47 -06:00

6 lines
212 B
XML

<resources>
<style name="NoBackground" parent="android:style/Theme">
<item name="android:windowBackground">@null</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>