summaryrefslogtreecommitdiffstats
path: root/res/values-large
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-27 13:52:01 -0700
committerDianne Hackborn <hackbod@google.com>2012-09-27 15:37:55 -0700
commit860959202df6e79636a68cc94ea94268fcbdc305 (patch)
tree8b7298e6345531d52fba04c0e89afe0e4d85bc03 /res/values-large
parent6213650e4ffcb81a67ac9f75efc602a91246117d (diff)
downloadpackages_apps_packageinstaller-860959202df6e79636a68cc94ea94268fcbdc305.zip
packages_apps_packageinstaller-860959202df6e79636a68cc94ea94268fcbdc305.tar.gz
packages_apps_packageinstaller-860959202df6e79636a68cc94ea94268fcbdc305.tar.bz2
Fix issue #7240599 Permissions UI: left side padding on...
...Device Access and Privacy headings Change-Id: I9aca7d9fec60d4312ca13d8bce26fc7aebfe326c
Diffstat (limited to 'res/values-large')
-rwxr-xr-xres/values-large/styles.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-large/styles.xml b/res/values-large/styles.xml
new file mode 100755
index 0000000..c7b2ec4
--- /dev/null
+++ b/res/values-large/styles.xml
@@ -0,0 +1,21 @@
+<?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="DialogWhenLarge"
+ parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.MinWidth">
+ </style>
+</resources>