themes.xml
TLDR
This file contains a single style called Theme.MyApplication
with a parent style of android:Theme.Material.Light.NoActionBar
.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.MyApplication" parent="android:Theme.Material.Light.NoActionBar" />
</resources>