<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout 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"
|
android:orientation="vertical"
|
tools:context=".SourceBindActivity">
|
|
<com.hdl.sdk.sourceos.qrcode.QrCodeView
|
android:id="@+id/qrcode_view"
|
android:layout_width="125dp"
|
android:layout_height="125dp"
|
android:layout_alignParentBottom="true"
|
android:layout_centerHorizontal="true"
|
android:layout_marginStart="28dp"
|
android:layout_marginTop="28dp"
|
android:padding="3dp" />
|
|
<TextView
|
android:id="@+id/response_tv"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:padding="3dp"
|
android:layout_marginTop="28dp" />
|
|
</LinearLayout>
|