1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- ownCloud Android client application
- Copyright (C) 2016 ownCloud Inc.
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2,
- as published by the Free Software Foundation.
- 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="nav_drawer_header_height">164dp</dimen>
- <dimen name="nav_drawer_header_avatar">64dp</dimen>
- <!-- avatar radius needs to 1/2 of the avatar dp value -->
- <dimen name="nav_drawer_header_avatar_radius">32dp</dimen>
- <integer name="media_grid_width">4</integer>
- </resources>
|