Blame view
GameSDKDemo/src/main/res/values/styles.xml
450 Bytes
|
d6bc71fcb
|
1 2 3 |
<resources>
<!-- Base application theme. -->
|
|
969c0010c
|
4 |
<style name="BaseAppTheme" parent="Theme.AppCompat.Light.NoActionBar"> |
|
d6bc71fcb
|
5 6 7 8 9 |
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
|
|
969c0010c
|
10 11 12 |
<style name="AppTheme" parent="BaseAppTheme">
</style>
|
|
d6bc71fcb
|
13 |
</resources> |