summaryrefslogtreecommitdiffstats
path: root/res/layout/label.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-02 16:56:14 -0700
committerDianne Hackborn <hackbod@google.com>2012-05-03 18:30:27 -0700
commit9762658939747166e3c40d817971aa5b17231ee7 (patch)
tree2bccf0cd8875f7babb07457b82c0835abe0c23a5 /res/layout/label.xml
parent7a39280f3a8e33b592a8b113ec0bc62638ad7247 (diff)
downloadandroid_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.tar.gz
android_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.tar.bz2
android_packages_apps_PackageInstaller-9762658939747166e3c40d817971aa5b17231ee7.zip
New permissions UI.
Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
Diffstat (limited to 'res/layout/label.xml')
-rw-r--r--res/layout/label.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/layout/label.xml b/res/layout/label.xml
new file mode 100644
index 00000000..8d176fb5
--- /dev/null
+++ b/res/layout/label.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 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.
+-->
+
+<TextView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:gravity="center" />