<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!--
      Do not set android:statusBarColor / android:navigationBarColor — those Window APIs
      are deprecated for apps targeting SDK 35+. MainActivity.enableEdgeToEdge() owns
      system bar appearance for all API levels.
    -->
    <style name="Theme.GotToEat" parent="android:Theme.Material.Light.NoActionBar">
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
    </style>
</resources>
