|
@@ -8,19 +8,19 @@
|
|
|
<ImageView
|
|
|
android:layout_gravity="center"
|
|
|
android:id="@+id/qr"
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
+ android:layout_width="130dp"
|
|
|
+ android:layout_height="130dp"
|
|
|
android:contentDescription="@string/qr_code"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
+ android:layout_marginTop="23dp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/content"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_marginBottom="30dp"
|
|
|
+ android:layout_below="@+id/qr"
|
|
|
+ android:layout_marginTop="3dp"
|
|
|
android:layout_marginStart="5dp"
|
|
|
android:layout_marginEnd="5dp"
|
|
|
android:textAlignment="center"
|