mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
19 lines
862 B
XML
19 lines
862 B
XML
<?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>
|