forked from github/szkolny
15 lines
501 B
XML
15 lines
501 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
||
|
<!--
|
||
|
Refer to App Widget Documentation for margin information
|
||
|
http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
|
||
|
-->
|
||
|
<dimen name="widget_margin" tools:keep="@dimen/widget_margin">8dp</dimen>
|
||
|
|
||
|
<dimen name="card_button_padding">15dp</dimen>
|
||
|
|
||
|
<dimen name="section_margin_top">16dp</dimen>
|
||
|
<dimen name="section_underline_height">2dp</dimen>
|
||
|
|
||
|
</resources>
|