<?xml version="1.0" encoding="utf-8"?>
<resources>

    <style name="Base.Theme.AiChatSample" parent="Theme.Material3.DayNight.NoActionBar">
        <!-- Customize your light theme here. -->
        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
    </style>

    <style name="Theme.AiChatSample" parent="Base.Theme.AiChatSample" />
</resources>
