phase 2 i forgor

This commit is contained in:
Odweta
2024-02-09 18:50:50 +01:00
parent 51ed015ebd
commit d8e52335cb
46 changed files with 850 additions and 315 deletions
@@ -15,14 +15,14 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.528"
app:srcCompat="@drawable/solen" />
app:srcCompat="@drawable/solon_500_yellow" />
<EditText
android:id="@+id/usernameField"
android:layout_width="240dp"
android:layout_height="50dp"
android:layout_marginTop="292dp"
android:background="@color/primary"
android:background="@drawable/button_background"
android:ems="10"
android:hint="Uživatelské jméno"
android:inputType="text"
@@ -44,7 +44,7 @@
android:layout_width="240dp"
android:layout_height="50dp"
android:layout_marginBottom="224dp"
android:background="@color/primary"
android:background="@drawable/button_background"
android:ems="10"
android:hint="Heslo"
android:inputType="textPassword"
@@ -60,15 +60,16 @@
<Button
android:id="@+id/signInButton"
android:layout_width="wrap_content"
android:layout_width="240dp"
android:layout_height="80dp"
android:layout_marginStart="137dp"
android:layout_marginTop="72dp"
android:layout_marginEnd="137dp"
android:layout_marginBottom="88dp"
android:text="Přihlásit se"
android:fontFamily="@font/roboto"
android:textSize="20sp"
app:cornerRadius="@dimen/corner_radius"
android:background="@drawable/button_background"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"