main

square/leakcanary

Last updated at: 29/12/2023 09:38

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>