summaryrefslogtreecommitdiff
path: root/llama.cpp/examples/llama.android/app/src/main/res/values/themes.xml
blob: 2e4fdad72e012aaacd5bb4cf9c4e94185aeb061e (plain)
1
2
3
4
5
6
7
8
9
10
<?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>