<?xml version="1.0" encoding="utf-8"?>
<ScrollView
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"
android:layout_marginTop="0dp"
tools:context=".views.main_menu_ui.mypage.MyPageFragment">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_margin="40dp"
android:paddingBottom="70dp"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/flame_edit_list"
android:orientation="vertical"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
<TextView
android:id="@+id/text_myname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:layout_marginBottom="10dp"
android:textColor="@color/theme_color"
android:text="Naoya Nitta"
android:textSize="24sp"
android:textStyle="bold" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginBottom="10dp">
<ImageView
android:id="@+id/maypage_icon"
android:layout_width="144dp"
android:layout_height="131dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/nitta_manga_removebg" />
</LinearLayout>
<TextView
android:id="@+id/text_invited"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="1111に招待されている?" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
android:layout_marginTop="5dp"
android:layout_marginBottom="20dp">
<TextView
android:id="@+id/textUid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:gravity="center|center_vertical"
android:text="uid:" />
<TextView
android:id="@+id/textUidNo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:gravity="center|center_vertical"
android:text="No" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:background="@drawable/flame_edit_list"
android:orientation="vertical"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp">
<org.ntlab.acanthus_client.views.button.PushButton
android:id="@+id/buttonIsInvited"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_weight="0.5"
android:layout_marginRight="25dp"
android:background="@drawable/ic_baseline_person_add_alt_1"
android:contentDescription="IsInvited" />
<org.ntlab.acanthus_client.views.button.PushButton
android:id="@+id/buttonAnimation"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_weight="0.5"
android:background="@drawable/ic_baseline_video_library"
android:contentDescription="animation" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:background="@drawable/flame_edit_list"
android:orientation="vertical"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
<ImageView
android:id="@+id/imageView4"
android:layout_width="307dp"
android:layout_height="130dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/yakiniku" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:background="@drawable/flame_edit_list"
android:orientation="vertical"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="0dp">
<ImageView
android:id="@+id/imageView5"
android:layout_width="307dp"
android:layout_height="100dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/niwatori" />
</LinearLayout>
</LinearLayout>
</ScrollView>