shrink the QR code

It doesn't need its own alert if it's smaller, and at least a Nexus5's
phone can pick it up this size.
This commit is contained in:
Eric House 2020-10-24 10:08:11 -07:00
parent 5d4fd0e58b
commit a61db95266
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ public class InviteView extends ScrollView
implements RadioGroup.OnCheckedChangeListener {
private static final String TAG = InviteView.class.getSimpleName();
private static final int QRCODE_SIZE = 512;
private static final int QRCODE_SIZE = 256;
public interface ItemClicked {
public void meansClicked( InviteMeans means );

View file

@ -73,6 +73,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:paddingTop="10dp"
/>
</RadioGroup>
<TextView android:id="@+id/who_empty"