what-the-bank/resources/res/layout/2131560257.xml

20 lines
728 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<com.journeyapps.barcodescanner.BarcodeView
id="@+id/zxing_barcode_surface"
layout_width="match_parent"
layout_height="match_parent"/>
<com.journeyapps.barcodescanner.ViewfinderView
id="@+id/zxing_viewfinder_view"
layout_width="match_parent"
layout_height="match_parent"/>
<TextView
textColor="#ffffffff"
layout_gravity="bottom|center_horizontal"
id="@+id/zxing_status_view"
background="#00000000"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/zxing_msg_default_status"/>
</merge>