Dantotsu/app/src/main/res/values/attrs.xml
2023-12-09 14:09:24 -06:00

7 lines
No EOL
278 B
XML

<resources>
<declare-styleable name="AppWidgetAttrs">
<attr name="appWidgetPadding" format="dimension" />
<attr name="appWidgetInnerRadius" format="dimension" />
<attr name="appWidgetRadius" format="dimension" />
</declare-styleable>
</resources>