mirror of
https://github.com/Astatin3/android-position-tracking.git
synced 2026-06-08 23:58:00 -06:00
7 lines
343 B
XML
7 lines
343 B
XML
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
<!-- Base application theme. -->
|
||
|
|
<style name="Base.Theme.Androidpositiontracking" parent="Theme.Material3.DayNight.NoActionBar">
|
||
|
|
<!-- Customize your dark theme here. -->
|
||
|
|
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
|
||
|
|
</style>
|
||
|
|
</resources>
|