cordova-plugin-cszbar-jsg/android/res/layout/cszbarscanner.xml

16 lines
483 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/csZbarScannerViewContainer"
android:layout_width="match_parent"
android:layout_height="match_parent" >
2015-01-16 22:44:36 +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
</FrameLayout>
2015-01-16 22:44:36 +08:00
</RelativeLayout>