ComboFragment: alert button for pump alerts (instead of alarms).
This commit is contained in:
parent
ef0c5b9138
commit
c22d18eabc
|
@ -368,10 +368,10 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:drawableTop="@drawable/icon_cp_aaps_offline"
|
||||
android:drawableTop="@drawable/icon_cp_age_canula"
|
||||
android:paddingLeft="0dp"
|
||||
android:paddingRight="0dp"
|
||||
android:text="@string/pump_errors_history" />
|
||||
android:text="@string/combo_pump_alerts" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/combo_tdd_history"
|
||||
|
|
|
@ -799,5 +799,6 @@
|
|||
<string name="combo_pump_connected_now">Now</string>
|
||||
<string name="combo_activity_reading_pump_history">Reading pump history</string>
|
||||
<string name="pump_history">pump history</string>
|
||||
<string name="combo_pump_alerts">Alerts</string>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Reference in a new issue