Fix invite qr code

Stephen Paul Weber created

Change summary

src/cheogram/res/layout/activity_easy_invite.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

src/cheogram/res/layout/activity_easy_invite.xml 🔗

@@ -54,8 +54,8 @@
 
             <ImageView
                 android:id="@+id/qr_code"
-                android:layout_width="0dp"
-                android:layout_height="0dp"
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
                 android:layout_above="@+id/share_button"
                 android:layout_below="@id/scan_the_code"
                 android:layout_alignParentStart="true"