lets make the Sample activity inherit from AppTheme.Base style

This commit is contained in:
tibbi 2017-11-09 23:45:54 +01:00
parent c14e547558
commit 70fee68eda

View file

@ -1,9 +1,5 @@
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppTheme" parent="AppTheme.Base"/>
</resources>