Files
Android/TP01/EX01_Chat/app/src/main/res/values-night/themes.xml

7 lines
324 B
XML
Raw Normal View History

2024-02-13 16:54:54 +01:00
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Chat" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>