From 46bbea4d74896e4febde9b98ce2bf27633d7191e Mon Sep 17 00:00:00 2001 From: Ekamo-11 <148836598+Ekamo-11@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:36:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=95=E3=82=89=E3=81=AB=E3=83=AC=E3=82=A4?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=82=92=E8=A6=8B=E3=82=84=E3=81=99?= =?UTF-8?q?=E3=81=8F=E6=94=B9=E8=89=AF=E3=81=97=E3=81=BE=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_set_up.xml | 44 +++++++++++++++++---- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/activity_set_up.xml b/app/src/main/res/layout/activity_set_up.xml index bc49834..2751368 100644 --- a/app/src/main/res/layout/activity_set_up.xml +++ b/app/src/main/res/layout/activity_set_up.xml @@ -55,6 +55,7 @@ android:id="@+id/startPoint" android:layout_width="match_parent" android:layout_height="wrap_content" + android:hint="住所" android:autofillHints="" android:inputType="" tools:ignore="LabelFor" /> @@ -120,13 +121,40 @@ android:text="@string/intervalTime" android:gravity="center"/> - + + + + + + + + + @@ -147,6 +175,7 @@ android:id="@+id/breakTime" android:layout_width="match_parent" android:layout_height="wrap_content" + android:hint="例)30分➝30 1時間半➝90" android:autofillHints="" android:inputType="" tools:ignore="LabelFor"/> @@ -170,6 +199,7 @@ android:id="@+id/totalStudent" android:layout_width="match_parent" android:layout_height="wrap_content" + android:hint="例)30人➝30" android:autofillHints="" android:inputType="" tools:ignore="LabelFor"/>