AndroidAPS/app/src/main/res/values/attrs.xml

7 lines
278 B
XML
Raw Normal View History

2022-04-03 00:54:32 +02:00
<resources>
<declare-styleable name="AppWidgetAttrs">
<attr name="appWidgetPadding" format="dimension" />
<attr name="appWidgetInnerRadius" format="dimension" />
<attr name="appWidgetRadius" format="dimension" />
</declare-styleable>
</resources>