Rabbit-R1/switch port/java/resources/res/layout/zxing_barcode_scanner.xml

20 lines
862 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<com.journeyapps.barcodescanner.BarcodeView
android:id="@+id/zxing_barcode_surface"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.journeyapps.barcodescanner.ViewfinderView
android:id="@+id/zxing_viewfinder_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<TextView
android:textColor="@color/zxing_status_text"
android:layout_gravity="bottom|center_horizontal"
android:id="@+id/zxing_status_view"
android:background="@color/zxing_transparent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/zxing_msg_default_status"/>
</merge>