diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2011-04-09 21:00:27 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2011-04-09 21:00:27 +0200 |
commit | e785874148a19b95d74d0caed9e6d5d99af43f39 (patch) | |
tree | b2c2e64af5dd0b00236e4a8a99e92657c4fbe761 /overlay/speedy | |
parent | a63ac0a380b2039f97eed698b101d138b2465be0 (diff) | |
download | vendor_replicant-e785874148a19b95d74d0caed9e6d5d99af43f39.zip vendor_replicant-e785874148a19b95d74d0caed9e6d5d99af43f39.tar.gz vendor_replicant-e785874148a19b95d74d0caed9e6d5d99af43f39.tar.bz2 |
Removed White spaces and tabs from all overlay xml files
In order to have a clean white spaces for all the overlay files
this commit has all the files cleaned
Change-Id: Ie3b644f73c44165cd07a899172e7b8a7e314aa5b
Diffstat (limited to 'overlay/speedy')
-rw-r--r-- | overlay/speedy/frameworks/base/core/res/res/values/config.xml | 18 | ||||
-rw-r--r-- | overlay/speedy/packages/apps/Camera/res/values/config.xml | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/overlay/speedy/frameworks/base/core/res/res/values/config.xml b/overlay/speedy/frameworks/base/core/res/res/values/config.xml index cf9a060..960a389 100644 --- a/overlay/speedy/frameworks/base/core/res/res/values/config.xml +++ b/overlay/speedy/frameworks/base/core/res/res/values/config.xml @@ -3,22 +3,22 @@ /* ** Copyright 2011, The CyanogenMod 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 +** 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 +** 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 +** 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> - <!-- Component name of the default wallpaper. This will be ImageWallpaper if not + <!-- Component name of the default wallpaper. This will be ImageWallpaper if not specified --> <string name="default_wallpaper_component">com.android.wallpaper/.nexus.NexusWallpaper</string> diff --git a/overlay/speedy/packages/apps/Camera/res/values/config.xml b/overlay/speedy/packages/apps/Camera/res/values/config.xml index e9e9e19..2cba641 100644 --- a/overlay/speedy/packages/apps/Camera/res/values/config.xml +++ b/overlay/speedy/packages/apps/Camera/res/values/config.xml @@ -3,16 +3,16 @@ /* ** Copyright 2011, The CyanogenMod 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 +** 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 +** 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 +** 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. */ --> @@ -20,6 +20,6 @@ <!-- These resources are around just to allow their values to be customized for different hardware and product builds. --> <resources> - <string name="filtered_pictureSizes">2592x1936</string> + <string name="filtered_pictureSizes">2592x1936</string> </resources> |