feature/login_register_ui #154

Merged
Fujimatsu merged 10 commits from feature/login_register_ui into main 2024-07-08 16:34:59 +00:00
Showing only changes of commit ed0c30de60 - Show all commits

View File

@ -9,7 +9,11 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp"> android:layout_height="wrap_content"
app:layout_constraintBottom_toTopOf="@+id/linearLayout3"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<TextView <TextView
android:id="@+id/titleTextView" android:id="@+id/titleTextView"
@ -57,10 +61,12 @@
<Button <Button
android:id="@+id/childLoginButton" android:id="@+id/childLoginButton"
style="@style/Widget.Material3.Button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="128dp" android:layout_marginTop="128dp"
android:layout_weight="1" android:layout_weight="1"
android:paddingHorizontal="48dp"
android:text="ログイン" android:text="ログイン"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@ -68,6 +74,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout <LinearLayout
android:id="@+id/linearLayout3"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:orientation="horizontal" android:orientation="horizontal"