UnifiedNlp/res/values/themes.xml
mar-v-in 68833c0cef Add some UI around it
make use of android-support-v4 and android-support-v7-appcompat
2014-12-25 20:25:03 +01:00

14 lines
443 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme"
parent="AppTheme.Base" />
<style name="AppTheme.Base"
parent="Theme.AppCompat">
<item name="colorPrimary">@color/theme_primary</item>
<item name="colorPrimaryDark">@color/theme_primary_dark</item>
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item>
</style>
</resources>