mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-10-29 09:27:26 +00:00
* Export connectivity monitor. * Sync works properly when data was available, but we need to find why there is more messages than we need when we get them. * add missing files
14 lines
500 B
XML
14 lines
500 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="fr.unix_experience.owncloud_sms.MainActivity" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never"/>
|
|
<item android:id="@+id/sync_now" android:title="@string/sync_now"></item>
|
|
|
|
</menu>
|