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
There is no property to add text (up, down, right,left). Similar like whatsApp. Please help
The text was updated successfully, but these errors were encountered:
if you are using android studio you can use RelativeLayout.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <com.budiyev.android.codescanner.CodeScannerView android:id="@+id/scanner_view" android:layout_width="match_parent" android:layout_height="match_parent" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_marginTop="550dp" android:text="800362145621" android:textSize="24sp" /> </RelativeLayout>
Sorry, something went wrong.
No branches or pull requests
There is no property to add text (up, down, right,left). Similar like whatsApp. Please help
The text was updated successfully, but these errors were encountered: