mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
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:
parent
5d4fd0e58b
commit
a61db95266
2 changed files with 2 additions and 1 deletions
|
@ -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 );
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue