cordova-plugin-cszbar-jsg/android/res/layout/cszbarscanner.xml
PaoloMessina 2d02b70c07 Android fix
Fix android release
2015-01-16 15:44:36 +01:00

16 lines
483 B
XML

<?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" >
<FrameLayout
android:id="@+id/csZbarScannerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/csZbarScannerBackground" >
</FrameLayout>
</RelativeLayout>