diff --git a/app/src/main/res/drawable/baseline_logout_24.xml b/app/src/main/res/drawable/baseline_logout_24.xml index 55ede68..3b95335 100644 --- a/app/src/main/res/drawable/baseline_logout_24.xml +++ b/app/src/main/res/drawable/baseline_logout_24.xml @@ -1,5 +1,5 @@ diff --git a/app/src/main/res/drawable/bloodgroup_button.xml b/app/src/main/res/drawable/bloodgroup_button.xml new file mode 100644 index 0000000..069a2be --- /dev/null +++ b/app/src/main/res/drawable/bloodgroup_button.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 46bf84a..3b13b31 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -215,6 +215,7 @@ android:id="@+id/radioGroup" android:layout_width="0dp" android:layout_height="wrap_content" + android:visibility="gone" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index c29396d..b4d60f7 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -52,6 +52,10 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="24dp" + app:boxCornerRadiusBottomEnd="10dp" + app:boxCornerRadiusBottomStart="10dp" + app:boxCornerRadiusTopEnd="10dp" + app:boxCornerRadiusTopStart="10dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/imageView"> @@ -70,6 +74,10 @@ style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox" android:layout_width="0dp" android:layout_height="wrap_content" + app:boxCornerRadiusBottomEnd="10dp" + app:boxCornerRadiusBottomStart="10dp" + app:boxCornerRadiusTopEnd="10dp" + app:boxCornerRadiusTopStart="10dp" android:layout_marginTop="16dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -86,8 +94,8 @@ diff --git a/app/src/main/res/layout/user_item_view.xml b/app/src/main/res/layout/user_item_view.xml index 48221e8..81d677d 100644 --- a/app/src/main/res/layout/user_item_view.xml +++ b/app/src/main/res/layout/user_item_view.xml @@ -83,16 +83,20 @@ app:layout_constraintStart_toEndOf="@+id/btn_blood" app:layout_constraintBottom_toBottomOf="@+id/btn_blood" /> -