We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is my layout file: `
<RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/relative_layout_qr" tools:context=".QrActivityAcceso"> <fragment android:name="com.google.android.gms.samples.vision.barcodereader.BarcodeCapture" android:id="@+id/barcode_sc" android:layout_width="match_parent" android:layout_height="match_parent" app:gvb_auto_focus="true" android:layout_margin="5dp" app:gvb_code_format="all_format" app:gvb_flash="false" app:gvb_rect_colors="@array/rect_color" /> <android.support.design.widget.FloatingActionButton android:id="@+id/floatbutton_flash" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:layout_centerInParent="true" android:layout_marginBottom="80dp" android:src="@drawable/ic_bombilla"/> </RelativeLayout>
`
It seems that match parent attribute doesn't work.
The text was updated successfully, but these errors were encountered:
If I remove the floating button the same thing happens
Sorry, something went wrong.
I've tested in a HUAWEI p8 lite with Android 5.0 and it works but I need to work in a HUAWEI p20 lite with Android 8.0
I think the problem is in the version of the Jitpack option install. I don't know if it's the same version as the one of Jcenter option
No branches or pull requests
This is my layout file:
`
`
It seems that match parent attribute doesn't work.
The text was updated successfully, but these errors were encountered: