diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-10-31 21:29:22 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-10-31 21:29:22 +0700 |
commit | 161d9c042f140ef7a770d8e2823f4f18133e21c1 (patch) | |
tree | fa4b47dff83cf40242eba57d718741bcb9c04043 /overlay/packages/apps/Settings | |
parent | d794320258314f586786a62186d0adb0ef25fe4b (diff) | |
download | device_samsung_aries-common-161d9c042f140ef7a770d8e2823f4f18133e21c1.zip device_samsung_aries-common-161d9c042f140ef7a770d8e2823f4f18133e21c1.tar.gz device_samsung_aries-common-161d9c042f140ef7a770d8e2823f4f18133e21c1.tar.bz2 |
aries-common: enable expanded desktop
Change-Id: I5bf9a81c19c6b220d9f57eca003abf4fa0aee724
Diffstat (limited to 'overlay/packages/apps/Settings')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml new file mode 100644 index 0000000..6b72473 --- /dev/null +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -0,0 +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. +--> + +<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> + <!-- Show Expanded Desktop preference --> + <bool name="config_show_expandedDesktop">true</bool> +</resources>
\ No newline at end of file |