<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".AddMemberActivity">
<LinearLayout
android:layout_width="410dp"
android:layout_height="735dp"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="61dp"
android:background="#a0d8ef"
android:orientation="horizontal">
<Button
android:id="@+id/button2"
android:layout_width="25dp"
android:layout_height="61dp"
android:layout_weight="1"
android:background="#a0d8ef"
android:text="↩"
android:textSize="36sp" />
<TextView
android:id="@+id/textView7"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="メンバー追加" />
<TextView
android:id="@+id/textView8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1" />
</LinearLayout>
<TextView
android:id="@+id/textView3"
android:layout_width="match_parent"
android:layout_height="75dp"
android:background="#e6eae3"
android:gravity="center"
android:text="家族用 グループ"
android:textSize="24sp" />
<Button
android:id="@+id/AddQR"
android:layout_width="match_parent"
android:layout_height="144dp"
android:background="@drawable/background_button"
android:gravity="center"
android:text="QRコードで追加"
android:textSize="24sp" />
<Button
android:id="@+id/AddID"
android:layout_width="match_parent"
android:layout_height="144dp"
android:background="@drawable/background_button"
android:gravity="center"
android:text="IDで追加"
android:textSize="24sp" />
<Button
android:id="@+id/AddMail"
android:layout_width="match_parent"
android:layout_height="144dp"
android:background="@drawable/background_button"
android:gravity="center"
android:text="メールで招待"
android:textSize="24sp" />
</LinearLayout>
</android.support.constraint.ConstraintLayout>