
The pre-Android 12 padding option was removed previously, but I've decided to re-add it for stylistic cohesion with the material design of those versions.
8 lines
No EOL
356 B
XML
8 lines
No EOL
356 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Widget.Component.AppWidget.Button" parent="Widget.Component.AppWidget.Button.Base">
|
|
<item name="android:background">@drawable/ui_unbounded_ripple</item>
|
|
</style>
|
|
|
|
<style name="Widget.Component.AppWidget.Panel" parent="Widget.Component.AppWidget.Panel.Base" />
|
|
</resources> |