<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="black">#FF000000</color>
    <color name="white">#FFFFFFFF</color>
    <string name="app_name">Swipe Navigation</string>
    <string name="hello_blank_fragment">Hello blank fragment</string>
    <style name="Base.Theme.SwipeNavigation" parent="Theme.Material3.DayNight.NoActionBar">
        
        
    </style>
    <style name="Theme.SwipeNavigation" parent="Base.Theme.SwipeNavigation"/>
</resources>