aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-08-25 21:00:25 +0200
committerJorge Ruesga <jorge@ruesga.com>2012-08-25 21:00:25 +0200
commit3deb777d70fc5649d69f088e4dee75281d443395 (patch)
treeeabcb4af3c009a3b472eaa69cfcdc8d7f9572c41 /res/values-land
parent4ee6170036f75940e1712783bae92781216aad07 (diff)
downloadandroid_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.tar.gz
android_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.tar.bz2
android_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.zip
Initial commit
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/integers.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-land/integers.xml b/res/values-land/integers.xml
new file mode 100644
index 00000000..f56c3277
--- /dev/null
+++ b/res/values-land/integers.xml
@@ -0,0 +1,24 @@
+<?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. -->
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <!-- The default progress value -->
+ <integer name="default_progress_value">0</integer>
+
+ <!-- The default grid columns value -->
+ <integer name="default_grid_columns">5</integer>
+
+</resources> \ No newline at end of file