1<?xml version="1.0" encoding="utf-8"?>
 2<resources>
 3
 4    <style name="Base.Theme.AiChatSample" parent="Theme.Material3.DayNight.NoActionBar">
 5        <!-- Customize your light theme here. -->
 6        <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
 7    </style>
 8
 9    <style name="Theme.AiChatSample" parent="Base.Theme.AiChatSample" />
10</resources>