mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
fix copyright note
This commit is contained in:
parent
faea2f01fb
commit
85b2223d09
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
ownCloud Android client application
|
||||
Nextcloud Android client application
|
||||
|
||||
Copyright (C) 2016 ownCloud Inc.
|
||||
Copyright (C) 2016 Nextcloud
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2,
|
||||
|
@ -17,10 +17,5 @@
|
|||
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">6</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue