reversed ordering of Yes & No buttons + Added alert dialog in sample page + Updated text of alert dialog and a button in sample page. (Update based on feedback)

This commit is contained in:
vsuryakumar
2023-02-02 12:40:46 +05:30
parent b6a72f786f
commit 1c20ab279b
6 changed files with 39 additions and 20 deletions

View File

@@ -193,13 +193,13 @@
app:layout_constraintTop_toBottomOf="@id/tv_subtitle2" />
<Button
android:id="@+id/btn_acquire"
android:id="@+id/btn_submit"
android:layout_width="216dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:layout_marginTop="24dp"
android:clickable="false"
android:text="@string/start_now"
android:text="@string/submit"
android:textColor="@color/white"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -18,7 +18,7 @@
<!-- Alert Dialog -->
<string name="have_you_placed">Have you placed the cuvette containing reference sample?</string>
<string name="please_place">Please place the cuvette containing sample for reference before moving forward</string>
<string name="please_place">Please place the cuvette containing sample for reference before running</string>
<string name="yes">Yes</string>
<string name="no">No</string>
@@ -28,6 +28,12 @@
<string name="update_reference">Update Reference</string>
<string name="have_you_placed_sample">Have you placed the cuvette with sample?</string>
<string name="please_place_sample">Please place the cuvette containing sample before running</string>
<string name="yes_and_run">Yes, Run</string>
<!-- Instructions Text -->
<string name="Instructions">Instructions</string>
<string name="step1"><b><u>Step 1</u> : </b> Place the cuvette containing reference/baseline sample for referencing.</string>
@@ -71,5 +77,6 @@
<string name="high_performance_optical_spectroscopy">High Performance\nOptical Spectroscopy</string>
<string name="sickle_cert">Sickle Cert</string>
<string name="sickle_find">Sickle Find</string>
<string name="submit">Submit</string>
</resources>