46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Nextcloud Maps Geofavorites for Android
|
|
~
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU General Public License
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<!-- Default screen margins, per the Android Design guidelines. -->
|
|
<dimen name="spacer_1hx">4dp</dimen>
|
|
<dimen name="spacer_1x">8dp</dimen>
|
|
<dimen name="spacer_2x">16dp</dimen>
|
|
|
|
<!-- Drawer header -->
|
|
<dimen name="drawer_header_height">100dp</dimen>
|
|
<dimen name="drawer_header_logo_size">42dp</dimen>
|
|
|
|
<!-- Font Sizes -->
|
|
<dimen name="zero">0dp</dimen>
|
|
<dimen name="standard_margin">16dp</dimen>
|
|
<dimen name="standard_half_margin">8dp</dimen>
|
|
<dimen name="standard_padding">16dp</dimen>
|
|
<dimen name="standard_half_padding">8dp</dimen>
|
|
<dimen name="two_line_primary_text_size">16sp</dimen>
|
|
<dimen name="two_line_secondary_text_size">12sp</dimen>
|
|
|
|
<!-- FAB dimensions -->
|
|
<dimen name="fab_vertical_offset">75dp</dimen>
|
|
|
|
<!-- Floating bar below search bar -->
|
|
<dimen name="floating_bar_height">36dp</dimen>
|
|
|
|
</resources>
|