Skip to content

Commit

Permalink
Added dialog_create_project.xml with fields for Name, Address, and Cl…
Browse files Browse the repository at this point in the history
…ient. Prepared for future implementation of image, video, and document and blue print uploads to showcase projects per New Project created.
  • Loading branch information
monahidalgo committed Oct 22, 2024
1 parent b9cc489 commit 7611f41
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:background="#FFFEFD"
android:fontFamily="@font/architects_daughter"
android:gravity="center|fill"
android:text="Construction Site"
android:text="On-Site Construction"
android:textAllCaps="true"
android:textColorLink="#030303"
android:textSize="24sp"
Expand All @@ -31,11 +31,11 @@
<ImageView
android:id="@+id/inspectors_image"
android:layout_width="0dp"
android:layout_height="200dp"
android:layout_height="300dp"
android:layout_marginTop="24dp"
android:contentDescription="@string/draft_image_description"
android:cropToPadding="true"
android:src="@drawable/inspectors"
android:src="@drawable/logored"
android:visibility="visible"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -88,10 +88,11 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="Create Account"
android:textColor="#7B1FA2"
android:clickable="true"
android:focusable="true"
android:minHeight="48dp"
android:text="Create Account"
android:textColor="#7B1FA2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/login_button" />
Expand All @@ -101,11 +102,12 @@
android:id="@+id/forgot_password_text_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="Forgot Password?"
android:textColor="#7B1FA2"
android:layout_marginTop="10dp"
android:clickable="true"
android:focusable="true"
android:minHeight="48dp"
android:text="Forgot Password?"
android:textColor="#7B1FA2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/create_account_text_view" />
Expand Down

0 comments on commit 7611f41

Please sign in to comment.