Add QR code scan on welcome screen for invitations
This commit is contained in:
parent
86d87afc3d
commit
8eafe73517
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/toolbar" />
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -38,7 +40,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="20dp"
|
||||
android:padding="50dp"
|
||||
android:src="@drawable/logo_actionbar"
|
||||
android:contentDescription="@string/app_name" />
|
||||
|
|
Loading…
Add table
Reference in a new issue