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.
TermApp/app/src/main/res/values/themes.xml

15 lines
606 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_500</item>
<item name="colorPrimaryDark">@color/purple_700</item>
<item name="colorAccent">@color/teal_200</item>
<item name="android:textSize">12sp</item>
</style>
<style name="Theme.MP.Button" parent="Base.Widget.AppCompat.Button">
<item name="android:minWidth">32sp</item>
</style>
</resources>