Added Accept Alarm button to main screen as it is hard to find in the menu.

This commit is contained in:
Graham Jones
2015-11-11 20:58:39 +00:00
parent 3b240e3a54
commit 9619375b49
2 changed files with 21 additions and 1 deletions

View File

@@ -94,7 +94,13 @@
android:text="battTv"
/>
<com.github.mikephil.charting.charts.LineChart
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Accept Alarm"
android:id="@+id/acceptAlarmButton" />
<com.github.mikephil.charting.charts.LineChart
android:id="@+id/chart1"
android:layout_width="match_parent"
android:layout_height="match_parent"