2008-10-21 14:55:15 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2008 ZXing authors
|
|
|
|
|
|
|
|
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.
|
|
|
|
-->
|
2013-05-15 10:47:23 -07:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
2013-09-01 23:05:31 -07:00
|
|
|
android:layout_height="wrap_content"
|
2013-05-15 10:47:23 -07:00
|
|
|
android:orientation="vertical">
|
2011-11-10 03:16:24 -08:00
|
|
|
<Button android:id="@+id/run_benchmark"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-24 15:05:07 -07:00
|
|
|
android:layout_height="wrap_content"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:text="@string/benchmark_run"/>
|
2009-09-02 14:06:00 -07:00
|
|
|
<Button android:id="@+id/get_camera_parameters"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-24 15:05:07 -07:00
|
|
|
android:layout_height="wrap_content"
|
2009-09-02 14:06:00 -07:00
|
|
|
android:text="@string/get_camera_parameters"/>
|
2008-10-21 14:55:15 -07:00
|
|
|
<Button android:id="@+id/scan_product"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/scan_product"/>
|
|
|
|
<Button android:id="@+id/scan_qr_code"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/scan_qr_code"/>
|
2008-10-24 15:05:07 -07:00
|
|
|
<Button android:id="@+id/scan_anything"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
2008-10-24 15:05:07 -07:00
|
|
|
android:text="@string/scan_anything"/>
|
2008-10-21 14:55:15 -07:00
|
|
|
<Button android:id="@+id/search_book_contents"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/search_book_contents"/>
|
|
|
|
<Button android:id="@+id/encode_url"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_url"/>
|
|
|
|
<Button android:id="@+id/encode_email"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_email"/>
|
|
|
|
<Button android:id="@+id/encode_phone"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_phone"/>
|
|
|
|
<Button android:id="@+id/encode_sms"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_sms"/>
|
|
|
|
<Button android:id="@+id/encode_contact"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_contact"/>
|
|
|
|
<Button android:id="@+id/encode_location"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_location"/>
|
2011-10-21 14:09:13 -07:00
|
|
|
<Button android:id="@+id/encode_hidden_data"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2011-10-21 14:09:13 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_hidden_data"/>
|
2008-10-21 14:55:15 -07:00
|
|
|
<Button android:id="@+id/encode_bad_data"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-10-21 14:55:15 -07:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/encode_bad_data"/>
|
2008-11-10 12:35:33 -08:00
|
|
|
<Button android:id="@+id/share_via_barcode"
|
2013-09-01 23:05:31 -07:00
|
|
|
style="@android:style/Widget.Holo.Button.Borderless"
|
2011-11-10 03:16:24 -08:00
|
|
|
android:layout_width="fill_parent"
|
2008-11-10 12:35:33 -08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/share_via_barcode"/>
|
2013-05-15 10:47:23 -07:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|