Skip to content

Commit

Permalink
Login Page UI bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-homebrew committed Jun 20, 2021
1 parent 42900d5 commit 603a350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/src/main/res/layout/activity_log_in.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"
android:layout_weight="2.5"
android:orientation="horizontal"
android:padding="12dp">

<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="9" />
android:layout_weight="7" />

<LinearLayout
android:layout_width="0dp"
Expand All @@ -84,21 +84,21 @@

<Button
android:id="@+id/signUpButton"
android:fontFamily="@font/font"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:fontFamily="@font/font"
android:text="@string/sign_up"
android:textStyle="bold" />

<Button
android:id="@+id/loginButton"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_marginStart="8dp"
android:fontFamily="@font/font"
android:layout_marginEnd="14dp"
android:layout_weight="1"
android:fontFamily="@font/font"
android:text="@string/log_in"
android:textStyle="bold" />

Expand Down

0 comments on commit 603a350

Please sign in to comment.