2014-09-11 15:52:59 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-12-22 21:59:52 +08:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/csZbarScannerViewContainer"
|
2014-09-11 15:52:59 +08:00
|
|
|
android:layout_width="match_parent"
|
2014-12-22 21:59:52 +08:00
|
|
|
android:layout_height="match_parent" >
|
2015-01-16 22:44:36 +08:00
|
|
|
|
2014-12-22 21:59:52 +08:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/csZbarScannerView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/csZbarScannerBackground" >
|
2015-01-16 22:44:36 +08:00
|
|
|
|
2014-12-22 21:59:52 +08:00
|
|
|
</FrameLayout>
|
2015-01-16 22:44:36 +08:00
|
|
|
|
2014-12-22 21:59:52 +08:00
|
|
|
</RelativeLayout>
|