- <?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="16dp"
- android:paddingBottom="50dp"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_editor_absoluteX="0dp">
- <TextView
- android:id="@+id/account"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginBottom="10dp"
- android:textColor="@color/silver"
- android:text="アカウント"
- android:textSize="14sp" />
- <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>
- <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="10dp">
- <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
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="20dp"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- android:layout_weight="0.001"
- android:orientation="horizontal"
- android:gravity="center|center_horizontal">
- <TextView
- android:id="@+id/followsSizeText"
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_weight="0.5"
- android:text="0"
- android:textSize="24sp" />
- <org.ntlab.acanthus_client.views.button.PushButton
- android:id="@+id/followListButton"
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_marginRight="20dp"
- android:layout_weight="0.5"
- android:background="@drawable/flame_edit_list"
- android:text="フォロー中"
- android:typeface="sans"/>
- <TextView
- android:id="@+id/followersSizeText"
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_weight="0.5"
- android:text="0"
- android:textSize="24sp" />
- <org.ntlab.acanthus_client.views.button.PushButton
- android:id="@+id/followerListButton"
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_weight="0.5"
- android:background="@drawable/flame_edit_list"
- android:text="フォロワー"
- android:typeface="sans"/>
- </LinearLayout>
- </LinearLayout>
- <TextView
- android:id="@+id/function"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="15dp"
- android:layout_marginBottom="10dp"
- android:textColor="@color/silver"
- android:text="招待/作品"
- android:textSize="14sp" />
- <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">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:orientation="horizontal"
- android:layout_marginTop="10dp"
- android:layout_marginBottom="10dp">
- <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>
- <TextView
- android:id="@+id/help"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="15dp"
- android:layout_marginBottom="10dp"
- android:textColor="@color/silver"
- android:text="ヘルプ"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:background="@drawable/flame_edit_list"
- android:orientation="vertical"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_editor_absoluteX="0dp">
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/How_to_use"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="使い方"
- android:textSize="16sp"/>
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/inquiry"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="お問い合わせ"
- android:textSize="16sp"/>
- </LinearLayout>
- <TextView
- android:id="@+id/others"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="15dp"
- android:layout_marginBottom="10dp"
- android:textColor="@color/silver"
- android:text="その他"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:background="@drawable/flame_edit_list"
- android:orientation="vertical"
- app:layout_constraintTop_toTopOf="parent"
- tools:layout_editor_absoluteX="0dp">
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/app_information"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="アプリ情報"
- android:textSize="16sp"/>
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/privacy_policy"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="プライバシーポリシー"
- android:textSize="16sp"/>
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/terms_of_service"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="利用規約"
- android:textSize="16sp"/>
- <org.ntlab.acanthus_client.views.button.AlphaButton
- android:id="@+id/logout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center|center_horizontal"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:background="@drawable/flame_underline"
- android:text="ログアウト"
- android:textSize="16sp"/>
- </LinearLayout>
- </LinearLayout>
- </ScrollView>