This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Find me on the interwebs at https://cassey.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<resources> | |
<style name="AppTheme" parent="android:Theme.Light"> | |
<!-- or maybe my name should not include @attr? --> | |
<item name="@attr/buttonAttrReference">@style/ButtonDefaultTheme</item> | |
</style> | |
<attr name="buttonAttrReference" format="reference" /> |