change profile screen text to panel
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
BIN
app/src/main/res/drawable/control_panel.png
Normal file
BIN
app/src/main/res/drawable/control_panel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user