I’ve this xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ImageView
android:src="@drawable/head"
/>
<FrameLayout
android:layout_width="200dip"
android:layout_height="200dip"
android:layout_gravity="center_horizontal">
<include layout="@layout/capture"/>
</FrameLayout>
</LinearLayout>
It must display an image and below a qrcode reader taken from an external apk library created for view the qrcode capture camera.
It only works if i remove the imageviev.
Why?
I need the image and the include.
thanks
You need to give the ImageView more attributes like: