/[projects]/android/BarcodeSample/app/build/intermediates/exploded-aar/com.journeyapps/zxing-android-embedded/2.0.1/res/xml/zxing_preferences.xml
ViewVC logotype

Contents of /android/BarcodeSample/app/build/intermediates/exploded-aar/com.journeyapps/zxing-android-embedded/2.0.1/res/xml/zxing_preferences.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2527 - (show annotations) (download) (as text)
Thu May 7 10:22:14 2015 UTC (9 years, 1 month ago) by torben
File MIME type: text/xml
File size: 3855 byte(s)


1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2008 ZXing authors
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
18 <PreferenceCategory>
19 <CheckBoxPreference
20 android:key="zxing_preferences_decode_1D_product"
21 android:defaultValue="true"/>
22 <CheckBoxPreference
23 android:key="zxing_preferences_decode_1D_industrial"
24 android:defaultValue="true"/>
25 <CheckBoxPreference
26 android:key="zxing_preferences_decode_QR"
27 android:defaultValue="true"/>
28 <CheckBoxPreference
29 android:key="zxing_preferences_decode_Data_Matrix"
30 android:defaultValue="true"/>
31 <CheckBoxPreference
32 android:key="zxing_preferences_decode_Aztec"
33 android:defaultValue="false"/>
34 <CheckBoxPreference
35 android:key="zxing_preferences_decode_PDF417"
36 android:defaultValue="false"/>
37 </PreferenceCategory>
38 <PreferenceCategory>
39 <CheckBoxPreference
40 android:key="zxing_preferences_play_beep"
41 android:defaultValue="true"/>
42 <CheckBoxPreference
43 android:key="zxing_preferences_vibrate"
44 android:defaultValue="false"/>
45 <CheckBoxPreference
46 android:key="zxing_preferences_copy_to_clipboard"
47 android:defaultValue="true"/>
48 <CheckBoxPreference
49 android:key="zxing_preferences_auto_open_web"
50 android:defaultValue="false"/>
51 <CheckBoxPreference
52 android:key="zxing_preferences_remember_duplicates"
53 android:defaultValue="false"/>
54 <CheckBoxPreference
55 android:key="zxing_preferences_supplemental"
56 android:defaultValue="true"/>
57 </PreferenceCategory>
58 <PreferenceCategory>
59 <ListPreference
60 android:entryValues="@array/zxing_preferences_front_light_values"
61 android:key="zxing_preferences_front_light_mode"
62 android:defaultValue="OFF"/>
63 <CheckBoxPreference
64 android:key="zxing_preferences_auto_focus"
65 android:defaultValue="true"/>
66 <CheckBoxPreference
67 android:key="zxing_preferences_invert_scan"
68 android:defaultValue="false"/>
69 <CheckBoxPreference
70 android:key="zxing_preferences_bulk_mode"
71 android:defaultValue="false"/>
72 <CheckBoxPreference
73 android:key="zxing_preferences_orientation"
74 android:defaultValue="true"/>
75 </PreferenceCategory>
76 <PreferenceCategory>
77 <EditTextPreference
78 android:key="zxing_preferences_custom_product_search"/>
79 <ListPreference
80 android:key="zxing_preferences_search_country"
81 android:defaultValue="-"
82 android:entryValues="@array/zxing_country_codes"/>
83 </PreferenceCategory>
84 <PreferenceCategory>
85 <CheckBoxPreference
86 android:key="zxing_preferences_disable_continuous_focus"
87 android:defaultValue="true"/>
88 <CheckBoxPreference
89 android:key="zxing_preferences_disable_exposure"
90 android:defaultValue="true"/>
91 <CheckBoxPreference
92 android:key="zxing_preferences_disable_metering"
93 android:defaultValue="true"/>
94 <CheckBoxPreference
95 android:key="zxing_preferences_disable_barcode_scene_mode"
96 android:defaultValue="true"/>
97 </PreferenceCategory>
98 </PreferenceScreen>
99 <!-- From: file:/home/ralf/src/zxing-android-minimal/zxing-android/res-orig/xml/zxing_preferences.xml -->

  ViewVC Help
Powered by ViewVC 1.1.20