/[projects]/android/BarcodeSample/app/build/intermediates/res/debug/xml/zxinglegacy_preferences.xml
ViewVC logotype

Contents of /android/BarcodeSample/app/build/intermediates/res/debug/xml/zxinglegacy_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: 3276 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="preferences_decode_1D"
21 android:defaultValue="true"/>
22 <CheckBoxPreference
23 android:key="preferences_decode_QR"
24 android:defaultValue="true"
25 />
26 <CheckBoxPreference
27 android:key="preferences_decode_Data_Matrix"
28 android:defaultValue="true"
29 />
30 </PreferenceCategory>
31 <PreferenceCategory >
32 <CheckBoxPreference
33 android:key="preferences_play_beep"
34 android:defaultValue="true"
35 />
36 <CheckBoxPreference
37 android:key="preferences_vibrate"
38 android:defaultValue="false"
39 />
40 <CheckBoxPreference
41 android:key="preferences_copy_to_clipboard"
42 android:defaultValue="true"
43 />
44 <CheckBoxPreference
45 android:key="preferences_remember_duplicates"
46 android:defaultValue="false"/>
47 <CheckBoxPreference
48 android:key="preferences_supplemental"
49 android:defaultValue="true"/>
50 </PreferenceCategory>
51 <PreferenceCategory >
52 <EditTextPreference
53 android:key="preferences_custom_product_search"/>
54 </PreferenceCategory>
55 <PreferenceCategory >
56 <ListPreference
57 android:entryValues="@array/zxinglegacy_preferences_front_light_values"
58 android:key="preferences_front_light_mode"
59 android:defaultValue="OFF"/>
60 <CheckBoxPreference
61 android:key="preferences_auto_focus"
62 android:defaultValue="true"
63 />
64 <CheckBoxPreference
65 android:key="preferences_invert_scan"
66 android:defaultValue="false"/>
67 <CheckBoxPreference
68 android:key="preferences_bulk_mode"
69 android:defaultValue="false"/>
70 <ListPreference
71 android:key="preferences_search_country"
72 android:defaultValue="-"
73 android:entries="@array/zxinglegacy_country_codes"
74 android:entryValues="@array/zxinglegacy_country_codes"
75 />
76 </PreferenceCategory>
77 <PreferenceCategory >
78 <CheckBoxPreference
79 android:key="preferences_disable_continuous_focus"
80 android:defaultValue="true"/>
81 <!--
82 <CheckBoxPreference
83 android:key="preferences_disable_exposure"
84 android:defaultValue="false"
85 />
86 -->
87 </PreferenceCategory>
88 </PreferenceScreen>
89 <!-- From: file:/home/ralf/src/zxing-android-minimal/zxing-android-legacy/res/xml/zxinglegacy_preferences.xml --><!-- From: file:/C:/Users/thn/AndroidStudioProjects/BarcodeSample/app/build/intermediates/exploded-aar/com.journeyapps/zxing-android-legacy/2.0.1/res/xml/zxinglegacy_preferences.xml -->

  ViewVC Help
Powered by ViewVC 1.1.20