[+] Sync sleep menu button
This commit is contained in:
@@ -17,4 +17,9 @@
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_stop_logging"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_sync_sleep"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_sync_sleep"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
@@ -3,6 +3,7 @@
|
||||
<string name="action_settings">Settings</string>
|
||||
<string name="action_scan">Scan for Devices</string>
|
||||
<string name="action_stop_logging">Stop Logging on Display</string>
|
||||
<string name="action_sync_sleep">Sync Sleep Data</string>
|
||||
|
||||
<!-- Preference Titles -->
|
||||
<string name="pref_influx_head">InfluxDB Settings</string>
|
||||
|
||||
Reference in New Issue
Block a user