XiMengJianYu/.svn/pristine/03/03cba9c11d83463e9c43621350e0fbe2246a5d75.svn-base
2023-04-17 17:58:44 +08:00

12 lines
394 B
Plaintext
Executable File

<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>