How to make Zebra Xing (Zxing) as subview in Xamarin Android
问题 In my Xamarin.Android app, I want to use ZXing to scan barcode. I want to display the scanner in the view of an activity. Code: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:weightSum="5"> <Button android:text="Scan with Default Overlay" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id=