13 lines
503 B
XML
13 lines
503 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Theme.MetaPluginDemo" parent="Theme.AppCompat.DayNight.DarkActionBar">
|
|
<!-- Primary brand color. -->
|
|
<item name="colorPrimary">#05b1fb</item>
|
|
</style>
|
|
|
|
<style name="CustomizedPluginTheme" parent="WebId.PluginTheme.Light">
|
|
<!--
|
|
Implement your customized style attributes here for standard and/or light theme.
|
|
-->
|
|
</style>
|
|
</resources> |