Files
android-position-tracking/app/src/main/res/values-night/themes.xml
T

7 lines
343 B
XML
Raw Normal View History

2024-07-20 15:20:00 -06:00
<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>