You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
462 B
XML
10 lines
462 B
XML
2 years ago
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
<!-- Base application theme. -->
|
||
|
<style name="Theme.MicroPhoto" parent="Theme.AppCompat.Light.DarkActionBar">
|
||
|
<!-- Primary brand color. -->
|
||
|
<item name="colorPrimary">@color/purple_200</item>
|
||
|
<item name="colorPrimaryDark">@color/purple_700</item>
|
||
|
<item name="colorAccent">@color/teal_200</item>
|
||
|
<!-- Customize your theme here. -->
|
||
|
</style>
|
||
|
</resources>
|