New test version of 2.6.0 with status of Heart Rate alarm shown on main app screen if disabled.

This commit is contained in:
Graham Jones
2019-01-27 09:59:59 +00:00
parent efc8626b03
commit 012ca9e4a3
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -427,12 +427,12 @@ public class MainActivity extends AppCompatActivity {
tv.setBackgroundColor(okColour); tv.setBackgroundColor(okColour);
tv.setTextColor(okTextColour); tv.setTextColor(okTextColour);
} else { } else {
tv.setBackgroundColor(warnColour); tv.setBackgroundColor(alarmColour);
tv.setTextColor(warnTextColour); tv.setTextColor(alarmTextColour);
} }
} else { } else {
if (mConnection.mSdServer.mSdData.pebbleConnected) { if (mConnection.mSdServer.mSdData.pebbleConnected) {
tv.setText("Watch Connected OK"); tv.setText("HR Alarm OFF");
tv.setBackgroundColor(okColour); tv.setBackgroundColor(okColour);
tv.setTextColor(okTextColour); tv.setTextColor(okTextColour);