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.
11 lines
512 B
XML
11 lines
512 B
XML
<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>
|
|
<item name="android:textSize">12sp</item>
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
</resources> |