Newer
Older
org.ntlab.acanthus_client / app / src / main / res / layout / fragment_mypage.xml
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:layout_marginTop="0dp"
  9. tools:context=".views.main_menu_ui.mypage.MyPageFragment">
  10.  
  11. <LinearLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:orientation="vertical"
  15. android:layout_margin="16dp"
  16. android:paddingBottom="50dp"
  17. app:layout_constraintTop_toTopOf="parent"
  18. tools:layout_editor_absoluteX="0dp">
  19.  
  20. <TextView
  21. android:id="@+id/account"
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:layout_gravity="center_horizontal"
  25. android:layout_marginBottom="10dp"
  26. android:textColor="@color/silver"
  27. android:text="アカウント"
  28. android:textSize="14sp" />
  29.  
  30. <LinearLayout
  31. android:layout_width="match_parent"
  32. android:layout_height="wrap_content"
  33. android:background="@drawable/flame_edit_list"
  34. android:orientation="vertical"
  35. app:layout_constraintTop_toTopOf="parent"
  36. tools:layout_editor_absoluteX="0dp">
  37.  
  38. <TextView
  39. android:id="@+id/text_myname"
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:layout_gravity="center_horizontal"
  43. android:layout_marginTop="20dp"
  44. android:layout_marginBottom="10dp"
  45. android:textColor="@color/theme_color"
  46. android:text="Naoya Nitta"
  47. android:textSize="24sp"
  48. android:textStyle="bold" />
  49.  
  50. <LinearLayout
  51. android:layout_width="match_parent"
  52. android:layout_height="wrap_content"
  53. android:orientation="vertical"
  54. android:layout_marginBottom="10dp">
  55.  
  56. <ImageView
  57. android:id="@+id/maypage_icon"
  58. android:layout_width="144dp"
  59. android:layout_height="131dp"
  60. android:layout_gravity="center_horizontal"
  61. android:src="@drawable/nitta_manga_removebg" />
  62.  
  63. </LinearLayout>
  64.  
  65. <LinearLayout
  66. android:layout_width="wrap_content"
  67. android:layout_height="wrap_content"
  68. android:layout_gravity="center_horizontal"
  69. android:orientation="horizontal"
  70. android:layout_marginTop="5dp"
  71. android:layout_marginBottom="10dp">
  72.  
  73. <TextView
  74. android:id="@+id/textUid"
  75. android:layout_width="wrap_content"
  76. android:layout_height="wrap_content"
  77. android:layout_weight="0.5"
  78. android:gravity="center|center_vertical"
  79. android:text="uid:" />
  80. <TextView
  81. android:id="@+id/textUidNo"
  82. android:layout_width="wrap_content"
  83. android:layout_height="wrap_content"
  84. android:layout_weight="0.5"
  85. android:gravity="center|center_vertical"
  86. android:text="No" />
  87.  
  88. </LinearLayout>
  89.  
  90. <LinearLayout
  91. android:layout_width="match_parent"
  92. android:layout_height="wrap_content"
  93. android:layout_marginBottom="20dp"
  94. android:layout_marginLeft="50dp"
  95. android:layout_marginRight="50dp"
  96. android:layout_weight="0.001"
  97. android:orientation="horizontal"
  98. android:gravity="center|center_horizontal">
  99.  
  100. <TextView
  101. android:id="@+id/followsSizeText"
  102. android:layout_width="wrap_content"
  103. android:layout_height="35dp"
  104. android:layout_weight="0.5"
  105. android:text="0"
  106. android:textSize="24sp" />
  107.  
  108. <org.ntlab.acanthus_client.views.button.PushButton
  109. android:id="@+id/followListButton"
  110. android:layout_width="wrap_content"
  111. android:layout_height="35dp"
  112. android:layout_marginRight="20dp"
  113. android:layout_weight="0.5"
  114. android:background="@drawable/flame_edit_list"
  115. android:text="フォロー中"
  116. android:typeface="sans"/>
  117.  
  118. <TextView
  119. android:id="@+id/followersSizeText"
  120. android:layout_width="wrap_content"
  121. android:layout_height="35dp"
  122. android:layout_weight="0.5"
  123. android:text="0"
  124. android:textSize="24sp" />
  125.  
  126. <org.ntlab.acanthus_client.views.button.PushButton
  127. android:id="@+id/followerListButton"
  128. android:layout_width="wrap_content"
  129. android:layout_height="35dp"
  130. android:layout_weight="0.5"
  131. android:background="@drawable/flame_edit_list"
  132. android:text="フォロワー"
  133. android:typeface="sans"/>
  134.  
  135. </LinearLayout>
  136.  
  137. </LinearLayout>
  138.  
  139. <TextView
  140. android:id="@+id/function"
  141. android:layout_width="wrap_content"
  142. android:layout_height="wrap_content"
  143. android:layout_gravity="center_horizontal"
  144. android:layout_marginTop="15dp"
  145. android:layout_marginBottom="10dp"
  146. android:textColor="@color/silver"
  147. android:text="招待/作品"
  148. android:textSize="14sp" />
  149.  
  150. <LinearLayout
  151. android:layout_width="match_parent"
  152. android:layout_height="wrap_content"
  153. android:background="@drawable/flame_edit_list"
  154. android:orientation="vertical"
  155. app:layout_constraintTop_toTopOf="parent"
  156. tools:layout_editor_absoluteX="0dp">
  157.  
  158. <LinearLayout
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:layout_gravity="center_horizontal"
  162. android:orientation="horizontal"
  163. android:layout_marginTop="10dp"
  164. android:layout_marginBottom="10dp">
  165.  
  166. <org.ntlab.acanthus_client.views.button.PushButton
  167. android:id="@+id/buttonIsInvited"
  168. android:layout_width="80dp"
  169. android:layout_height="80dp"
  170. android:layout_weight="0.5"
  171. android:layout_marginRight="25dp"
  172. android:background="@drawable/ic_baseline_person_add_alt_1"
  173. android:contentDescription="IsInvited" />
  174. <org.ntlab.acanthus_client.views.button.PushButton
  175. android:id="@+id/buttonAnimation"
  176. android:layout_width="80dp"
  177. android:layout_height="80dp"
  178. android:layout_weight="0.5"
  179. android:background="@drawable/ic_baseline_video_library"
  180. android:contentDescription="animation" />
  181.  
  182. </LinearLayout>
  183. </LinearLayout>
  184.  
  185. <TextView
  186. android:id="@+id/help"
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:layout_gravity="center_horizontal"
  190. android:layout_marginTop="15dp"
  191. android:layout_marginBottom="10dp"
  192. android:textColor="@color/silver"
  193. android:text="ヘルプ"
  194. android:textSize="14sp" />
  195.  
  196. <LinearLayout
  197. android:layout_width="match_parent"
  198. android:layout_height="wrap_content"
  199. android:paddingLeft="15dp"
  200. android:paddingRight="15dp"
  201. android:background="@drawable/flame_edit_list"
  202. android:orientation="vertical"
  203. app:layout_constraintTop_toTopOf="parent"
  204. tools:layout_editor_absoluteX="0dp">
  205.  
  206. <org.ntlab.acanthus_client.views.button.AlphaButton
  207. android:id="@+id/How_to_use"
  208. android:layout_width="match_parent"
  209. android:layout_height="wrap_content"
  210. android:gravity="center|center_horizontal"
  211. android:paddingTop="5dp"
  212. android:paddingBottom="5dp"
  213. android:background="@drawable/flame_underline"
  214. android:text="使い方"
  215. android:textSize="16sp"/>
  216. <org.ntlab.acanthus_client.views.button.AlphaButton
  217. android:id="@+id/inquiry"
  218. android:layout_width="match_parent"
  219. android:layout_height="wrap_content"
  220. android:gravity="center|center_horizontal"
  221. android:paddingTop="5dp"
  222. android:paddingBottom="5dp"
  223. android:background="@drawable/flame_underline"
  224. android:text="お問い合わせ"
  225. android:textSize="16sp"/>
  226.  
  227. </LinearLayout>
  228.  
  229. <TextView
  230. android:id="@+id/others"
  231. android:layout_width="wrap_content"
  232. android:layout_height="wrap_content"
  233. android:layout_gravity="center_horizontal"
  234. android:layout_marginTop="15dp"
  235. android:layout_marginBottom="10dp"
  236. android:textColor="@color/silver"
  237. android:text="その他"
  238. android:textSize="14sp" />
  239.  
  240. <LinearLayout
  241. android:layout_width="match_parent"
  242. android:layout_height="wrap_content"
  243. android:paddingLeft="15dp"
  244. android:paddingRight="15dp"
  245. android:background="@drawable/flame_edit_list"
  246. android:orientation="vertical"
  247. app:layout_constraintTop_toTopOf="parent"
  248. tools:layout_editor_absoluteX="0dp">
  249.  
  250. <org.ntlab.acanthus_client.views.button.AlphaButton
  251. android:id="@+id/app_information"
  252. android:layout_width="match_parent"
  253. android:layout_height="wrap_content"
  254. android:gravity="center|center_horizontal"
  255. android:paddingTop="5dp"
  256. android:paddingBottom="5dp"
  257. android:background="@drawable/flame_underline"
  258. android:text="アプリ情報"
  259. android:textSize="16sp"/>
  260. <org.ntlab.acanthus_client.views.button.AlphaButton
  261. android:id="@+id/privacy_policy"
  262. android:layout_width="match_parent"
  263. android:layout_height="wrap_content"
  264. android:gravity="center|center_horizontal"
  265. android:paddingTop="5dp"
  266. android:paddingBottom="5dp"
  267. android:background="@drawable/flame_underline"
  268. android:text="プライバシーポリシー"
  269. android:textSize="16sp"/>
  270. <org.ntlab.acanthus_client.views.button.AlphaButton
  271. android:id="@+id/terms_of_service"
  272. android:layout_width="match_parent"
  273. android:layout_height="wrap_content"
  274. android:gravity="center|center_horizontal"
  275. android:paddingTop="5dp"
  276. android:paddingBottom="5dp"
  277. android:background="@drawable/flame_underline"
  278. android:text="利用規約"
  279. android:textSize="16sp"/>
  280. <org.ntlab.acanthus_client.views.button.AlphaButton
  281. android:id="@+id/logout"
  282. android:layout_width="match_parent"
  283. android:layout_height="wrap_content"
  284. android:gravity="center|center_horizontal"
  285. android:paddingTop="5dp"
  286. android:paddingBottom="5dp"
  287. android:background="@drawable/flame_underline"
  288. android:text="ログアウト"
  289. android:textSize="16sp"/>
  290.  
  291. </LinearLayout>
  292.  
  293. </LinearLayout>
  294.  
  295. </ScrollView>