diff --git a/app/src/main/res/layout/activity_add_report.xml b/app/src/main/res/layout/activity_add_report.xml index 105944a..18abc95 100644 --- a/app/src/main/res/layout/activity_add_report.xml +++ b/app/src/main/res/layout/activity_add_report.xml @@ -14,175 +14,308 @@ + android:clipToPadding="false" + android:padding="16dp"> - - - + + android:layout_marginBottom="16dp" + app:cardCornerRadius="12dp" + app:cardElevation="4dp"> - - + android:orientation="vertical" + android:padding="16dp"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + app:cardCornerRadius="12dp" + app:cardElevation="4dp"> - - + android:orientation="vertical" + android:padding="16dp"> - - - - - - - + - + android:textAlignment="center" + android:layout_marginBottom="16dp"/> - - - - - - - + + android:baselineAligned="false" + android:gravity="center" + android:orientation="horizontal"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + - - + + android:background="@android:color/white" + android:elevation="8dp" + android:padding="16dp"> + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index c654d61..86c700e 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -15,86 +15,162 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@id/toolbar" - android:layout_centerInParent="true" android:fillViewport="true" - android:padding="@dimen/layout_padding"> + android:clipToPadding="false" + android:padding="24dp"> - + + + + android:text="@string/welcome_back" + android:textAlignment="center" + android:textSize="28sp" + android:textStyle="bold" + android:textColor="?attr/colorPrimary" + android:layout_marginBottom="8dp" /> - + + + + + - + android:orientation="vertical" + android:padding="24dp"> - + + - + + - + + - + + + + + + + + + + + android:orientation="horizontal" + android:gravity="center" + android:background="?attr/selectableItemBackground" + android:clickable="true" + android:focusable="true" + android:padding="8dp"> + android:text="@string/Dont_have_an_Account" + android:textSize="14sp" /> - - - + \ No newline at end of file diff --git a/app/src/main/res/layout/alert_dialog_add_new_place.xml b/app/src/main/res/layout/alert_dialog_add_new_place.xml index c58a688..23e7df7 100644 --- a/app/src/main/res/layout/alert_dialog_add_new_place.xml +++ b/app/src/main/res/layout/alert_dialog_add_new_place.xml @@ -1,128 +1,219 @@ - - + android:layout_margin="16dp" + app:cardCornerRadius="12dp" + app:cardElevation="4dp"> - - - + android:orientation="vertical" + android:padding="16dp"> - + - + android:text="@string/add_new_location" + android:textSize="24sp" + android:textStyle="bold" + android:textColor="?attr/colorPrimary" + android:gravity="center" + android:layout_marginBottom="16dp"/> - + + - + + + - + android:text="@string/tap_to_add_photo" + android:textSize="12sp" + android:gravity="center" + android:layout_marginTop="4dp" + android:layout_marginBottom="16dp"/> - - - + - + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" + app:startIconDrawable="@drawable/ic_location" + app:startIconTint="?attr/colorPrimary" + app:boxStrokeColor="?attr/colorPrimary" + app:hintTextColor="?attr/colorPrimary"> - + + - + - + android:text="@string/location_details" + android:textSize="16sp" + android:textStyle="bold" + android:layout_marginTop="16dp" + android:layout_marginBottom="8dp"/> - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + \ No newline at end of file diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 654a645..39c5a3d 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -150,6 +150,11 @@ AIzaSyCzcuZhHd-GqadewAiCbh4NuaBhO2AcPOY + Add New Location + Rate this place! + How would you rate the accessibility of this place? + Welcome Back + Sign in to continue \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8baf61e..bec42a0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -153,6 +153,14 @@ AIzaSyCzcuZhHd-GqadewAiCbh4NuaBhO2AcPOY + Add New Location + Tap to add photo + Location Details + Additional Information + Rate this place! + How would you rate the accessibility of this place? + Welcome Back + Sign in to continue \ No newline at end of file