szkolny/app/src/main/res/values/dimens.xml
2019-09-18 22:29:09 +02:00

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>