aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/overlay.xml
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2012-11-02 17:43:55 +0100
committerMarco Brohet <therbom@gmail.com>2012-11-02 17:44:15 +0100
commitc88c305feae1d37d9742576125ca8d98288a77cb (patch)
treeed3975646e6e225bdecec11050ad56371348ef6b /res/values/overlay.xml
parentebe44c3200a3c68b9900f618153ac8bdcea1f5eb (diff)
downloadandroid_packages_apps_CMFileManager-c88c305feae1d37d9742576125ca8d98288a77cb.tar.gz
android_packages_apps_CMFileManager-c88c305feae1d37d9742576125ca8d98288a77cb.tar.bz2
android_packages_apps_CMFileManager-c88c305feae1d37d9742576125ca8d98288a77cb.zip
CMFileManager: Fix formatting
Change-Id: I939f3bb315f69c9fe10da69a53a371adddf242db
Diffstat (limited to 'res/values/overlay.xml')
-rw-r--r--res/values/overlay.xml36
1 files changed, 17 insertions, 19 deletions
diff --git a/res/values/overlay.xml b/res/values/overlay.xml
index 3727e02f..0019965a 100644
--- a/res/values/overlay.xml
+++ b/res/values/overlay.xml
@@ -1,23 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ** Copyright (C) 2012 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
- **
- ** 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.
--->
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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
+
+ 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.
+ -->
<!--
- This file contains values that could be overlayed. This allow configure special values
- for each device. Use overlay building folder on device tree for overlay this values
+ This file contains values that could be overlayed. This allow configure special values
+ for each device. Use overlay building folder on device tree for overlay this values
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
@@ -48,4 +46,4 @@
<!-- The max limit of file size that the internal editor can open. Default: 4Mb -->
<integer name="editor_max_file_size">4194304</integer>
-</resources> \ No newline at end of file
+</resources>