summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-11-03 12:01:58 -0700
committerAmith Yamasani <yamasani@google.com>2010-11-04 13:07:23 -0700
commitde64df5fb9fbd148de66f86be42814182316439d (patch)
tree0118342dcb8386aeb734f7241ba476114664005b /res/values-xlarge
parent0a115aae82ea96bd9079bbb024e99330ea99df0a (diff)
downloadpackages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.zip
packages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.tar.gz
packages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.tar.bz2
Updated visual look for Shortcuts selection.
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/styles.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
new file mode 100644
index 0000000..a3ac46f
--- /dev/null
+++ b/res/values-xlarge/styles.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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>
+
+ <style name="Theme.CreateShortCut" parent="android:Theme.Holo.Dialog">
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
+</resources> \ No newline at end of file