change profile screen text to panel

This commit is contained in:
Pritimay Sarkar
2024-01-03 23:09:28 +05:30
parent 8892eaf189
commit 9e88bf9109
5 changed files with 4 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ android {
// prod - production, preprod - preproduction, quality - qc
defaultConfig {
applicationId "in.sminnovations.hpostesting.quality"
applicationId "in.sminnovations.hpostesting"
minSdk 21
targetSdk 34
versionCode 68

View File

@@ -299,10 +299,7 @@ class HemoCubeViewModel @Inject constructor(
return batteryPct
}
fun getBatteryTemperature()
: Float
? {
fun getBatteryTemperature(): Float? {
val batteryTemp: Float? = batteryStatus?.let { intent ->
val temperature = intent?.getIntExtra(
BatteryManager.EXTRA_TEMPERATURE,

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -10,7 +10,7 @@
android:title="@string/menu_home" />
<item
android:id="@+id/nav_profile"
android:icon="@drawable/baseline_person_24"
android:icon="@drawable/control_panel"
android:title="@string/profile" />
<item
android:id="@+id/nav_settings"

View File

@@ -149,7 +149,7 @@
<string name="show_hemocube_result">Show Result</string>
<string name="menu_gallery">Gallery</string>
<string name="menu_settings">Settings</string>
<string name="profile">Profile</string>
<string name="profile">Panel</string>
<string name="year_of_birth">Year of Birth</string>
<string name="father_s_name_husband_s_name">Father\'s Name / Husband\'s Name</string>
<string name="is_patient_married_yes_no">Is Patient Married? (Yes/No)</string>