weknowhowyoufeel/AffdexMe/app/src/main/res/values/styles.xml

9 lines
299 B
XML
Raw Normal View History

<resources>
<!-- Base application theme. -->
<style name="MainActivityTheme" parent="android:Theme.Holo.NoActionBar">
<item name="android:windowBackground">@color/black</item>
</style>
<style name="EditPreferencesTheme" parent="android:Theme.Holo">
</style>
</resources>