Rabbit-R1/switch port/smali/res/layout/zxing_capture.xml
2024-05-21 17:08:36 -04:00

5 lines
No EOL
421 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.journeyapps.barcodescanner.DecoratedBarcodeView android:id="@id/zxing_barcode_scanner" android:layout_width="fill_parent" android:layout_height="fill_parent" app:zxing_preview_scaling_strategy="centerCrop" app:zxing_use_texture_view="false" />
</merge>