Files
android-position-tracking/app/src/main/res/values-night/themes.xml
T
2024-07-21 18:47:41 -06:00

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>