Changes on labels added for Refresh Buffer and Cuvette Absent

This commit is contained in:
Mariya
2024-05-08 15:14:19 +05:30
parent ef620371f3
commit fbce8cad63
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ class HemoCubeFragment : Fragment() {
if (isBufferValueAvailable()){
binding.btnPlacebuffer.apply {
setBackgroundColor(Color.GREEN) // Set button background color to green
text = "Fresh Buffer" // Change button text to "Buffer Exists"
text = "Refresh Buffer" // Change button text to "Buffer Exists"
}
}else{
binding.btnPlacebuffer.apply {

View File

@@ -290,7 +290,7 @@
<string name="action_activity">Activities</string>
<string name="check_cuvette">Checking cuvette presence</string>
<string name="cuvette_present">Cuvette present , you can start the test</string>
<string name="cuvette_absent">Cuvette is absent , please place the cuvette and retry again</string>
<string name="cuvette_absent">cuvette is not present, please put the cuvette and retry again</string>
<string name="retry">Retry again</string>
<string name="usb_terminal">Usb Terminal</string>
<string name="menu_about">About</string>