update to run modern version

This commit is contained in:
Joshua Burman
2024-11-24 15:21:14 -05:00
parent d0b19a4975
commit df5f24ef16
26 changed files with 363 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Sendtrain" 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>
<!-- Customize your theme here. -->
</style>
</resources>