Skip to content

Commit

Permalink
Merge pull request #20 from faiyaz103/asib
Browse files Browse the repository at this point in the history
singup page updated
  • Loading branch information
faiyaz103 authored May 28, 2024
2 parents 47ccfdc + ad86179 commit b3bb1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:text="New User"
android:textSize="32sp"
android:textColor="#FFC107"
android:textColor="#441461"
android:textStyle="bold"
android:gravity="center"/>

Expand All @@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:text="Nice To See You Here"
android:textSize="18sp"
android:textColor="#FF8596"
android:textColor="#03A9F4"
android:gravity="center"
android:layout_marginTop="5dp"/>
</LinearLayout>
Expand Down

0 comments on commit b3bb1c6

Please sign in to comment.