lets make the Sample activity inherit from AppTheme.Base style
This commit is contained in:
parent
c14e547558
commit
70fee68eda
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue