24 lines
No EOL
827 B
XML
24 lines
No EOL
827 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
tools:ignore="contentDescription">
|
|
|
|
<ImageView
|
|
android:id="@+id/ivQR"
|
|
android:layout_width="200dp"
|
|
android:layout_height="200dp"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="16dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvQRaddress"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="12dp"
|
|
android:fontFamily="@font/maax"
|
|
android:textAlignment="center"
|
|
android:textSize="@dimen/text_size_2_small" />
|
|
|
|
</LinearLayout> |