mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-22 10:34:43 +03:00
12 lines
367 B
XML
12 lines
367 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
|
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
|
|
<!-- Buttons -->
|
|
<dimen name="button_padding">16dp</dimen>
|
|
<dimen name="button_elevation">5dp</dimen>
|
|
|
|
</resources>
|