summaryrefslogtreecommitdiffstats
path: root/AdvancedDisplay/res/values
diff options
context:
space:
mode:
authorUtkarsh Gupta <utkarsh.eminem@gmail.com>2014-05-15 17:45:17 +0530
committerUtkarsh Gupta <utkarsh.eminem@gmail.com>2014-07-07 12:37:05 +0530
commit7e4a93901212bbe942a15f0db90073a9ee1cea3c (patch)
tree64894310a8ab9adf6f0d53c9e1d36780af85387a /AdvancedDisplay/res/values
parent48f28f8dc69fe3b586d726f5d77965257d1a8324 (diff)
downloaddevice_samsung_smdk4412-common-7e4a93901212bbe942a15f0db90073a9ee1cea3c.tar.gz
device_samsung_smdk4412-common-7e4a93901212bbe942a15f0db90073a9ee1cea3c.tar.bz2
device_samsung_smdk4412-common-7e4a93901212bbe942a15f0db90073a9ee1cea3c.zip
Cleanup
Change-Id: I5072f23827b7ec6471d0ba0cb873506b81ceaf85
Diffstat (limited to 'AdvancedDisplay/res/values')
-rw-r--r--AdvancedDisplay/res/values/custom_attrs.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/AdvancedDisplay/res/values/custom_attrs.xml b/AdvancedDisplay/res/values/custom_attrs.xml
new file mode 100644
index 0000000..b856986
--- /dev/null
+++ b/AdvancedDisplay/res/values/custom_attrs.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, The ChameleonOS 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <declare-styleable name="SeekBarPreference">
+ <attr name="min" format="integer" />
+ <attr name="unitsLeft" format="string" />
+ <attr name="unitsRight" format="string" />
+ </declare-styleable>
+
+</resources> \ No newline at end of file