diff options
author | Daniel Lehmann <lehmannd@google.com> | 2012-04-02 19:31:54 -0700 |
---|---|---|
committer | Daniel Lehmann <lehmannd@google.com> | 2012-04-02 19:31:54 -0700 |
commit | eae25ef81bfe12946f50c72be9647447bb2a16b5 (patch) | |
tree | a141eb4a730fdbf29e0653f7ad09cf4b7f086607 /res/values | |
parent | c67ecd9170fcff6ffe4f21626b0fe5950a9afab1 (diff) | |
download | packages_providers_ContactsProvider-eae25ef81bfe12946f50c72be9647447bb2a16b5.zip packages_providers_ContactsProvider-eae25ef81bfe12946f50c72be9647447bb2a16b5.tar.gz packages_providers_ContactsProvider-eae25ef81bfe12946f50c72be9647447bb2a16b5.tar.bz2 |
Increase the photo size to 480x480 or 720x720, depending on device
Bug:6202229
Change-Id: I98b38023585d154eccad302578f796a2318fd5b2
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/res/values/config.xml b/res/values/config.xml deleted file mode 100644 index 426fcc2..0000000 --- a/res/values/config.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2011 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<resources> - - <!-- - Maximum dimension (height or width) of contact display photos or - photos from the social stream. - --> - <integer name="config_max_display_photo_dim">256</integer> - - <!-- Maximum dimension (height or width) of contact photo thumbnails --> - <integer name="config_max_thumbnail_photo_dim">96</integer> - -</resources> |