summaryrefslogtreecommitdiffstats
path: root/pxp-monitor/res/values/styles.xml
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2013-11-21 16:48:40 -0800
committerSubramanian Srinivasan <subrsrin@codeaurora.org>2013-12-16 15:22:35 -0800
commit9a41f62ea7933ad2ed1e663ef731780741aa39c8 (patch)
tree5461399cd2e791eb0f2bfa8e96f23675c549c63a /pxp-monitor/res/values/styles.xml
parent4e389ad19c8d49cd2072ecbc2f9f6fa6e44a127d (diff)
downloadandroid_packages_apps_BluetoothExt-9a41f62ea7933ad2ed1e663ef731780741aa39c8.tar.gz
android_packages_apps_BluetoothExt-9a41f62ea7933ad2ed1e663ef731780741aa39c8.tar.bz2
android_packages_apps_BluetoothExt-9a41f62ea7933ad2ed1e663ef731780741aa39c8.zip
Bluetooth: Add support for LE proximity profile
This Enables Proximity service and pxp monitor test application Change-Id: I7be72defcae8c1d926e55aa29c744d7e64425f93 CRs-fixed: 580130
Diffstat (limited to 'pxp-monitor/res/values/styles.xml')
-rw-r--r--pxp-monitor/res/values/styles.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/pxp-monitor/res/values/styles.xml b/pxp-monitor/res/values/styles.xml
new file mode 100644
index 0000000..cbf3ff2
--- /dev/null
+++ b/pxp-monitor/res/values/styles.xml
@@ -0,0 +1,48 @@
+<!--
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of The Linux Foundation nor
+ * the names of its contributors may be used to endorse or promote
+ * products derived from this software without specific prior written
+ * permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+-->
+<resources>
+
+ <!--
+ Base application theme, dependent on API level. This theme is replaced
+ by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+ -->
+ <style name="AppBaseTheme" parent="android:Theme.Light">
+ <!--
+ Theme customizations available in newer API levels can go in
+ res/values-vXX/styles.xml, while customizations related to
+ backward-compatibility can go here.
+ -->
+ </style>
+
+ <!-- Application theme. -->
+ <style name="AppTheme" parent="AppBaseTheme">
+ <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+ </style>
+
+</resources>