Merge remote-tracking branch 'origin/master' into text_file_preview_pr_707_with_develop
[pub/Android/ownCloud.git] / res / values / dims.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 ownCloud Android client application
4
5 Copyright (C) 2014 ownCloud Inc.
6
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2,
9 as published by the Free Software Foundation.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 -->
19 <resources>
20 <!-- Default screen margins, per the Android Design guidelines. -->
21 <dimen name="activity_horizontal_margin">@dimen/standard_padding</dimen>
22 <dimen name="activity_vertical_margin">@dimen/standard_padding</dimen>
23 <dimen name="nav_drawer_width">260dp</dimen>
24
25 <dimen name="file_icon_size">32dp</dimen>
26 <dimen name="file_icon_size_grid">128dp</dimen>
27 <dimen name="standard_padding">16dp</dimen>
28 <dimen name="standard_margin">16dp</dimen>
29
30 <dimen name="two_line_primary_text_size">16sp</dimen>
31 <dimen name="two_line_secondary_text_size">14sp</dimen>
32 </resources>