summaryrefslogtreecommitdiffstats
path: root/quickReader/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'quickReader/res/values/colors.xml')
-rw-r--r--quickReader/res/values/colors.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/quickReader/res/values/colors.xml b/quickReader/res/values/colors.xml
new file mode 100644
index 000000000..1ef5eb102
--- /dev/null
+++ b/quickReader/res/values/colors.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2017 The LineageOS 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>
+ <color name="colorAccent">#167c80</color>
+
+ <color name="identify_background">#333333</color>
+ <color name="identify_foreground">#f5f5f5</color>
+
+ <color name="viewfinder_bg">#401b1b1b</color>
+ <color name="scan_laser">#F44336</color>
+ <color name="scan_border">#4CAF50</color>
+
+ <color name="identify_contact">#03A9F4</color>
+ <color name="identify_email">#FFC107</color>
+ <color name="identify_event">#E91E63</color>
+ <color name="identify_http">#f5f5f5</color>
+ <color name="identify_location">#F44336</color>
+ <color name="identify_phone">#3F51B5</color>
+ <color name="identify_sms">#8BC34A</color>
+ <color name="identify_text">#167c80</color>
+</resources> \ No newline at end of file