mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-10-28 00:49:00 +00:00
13 lines
422 B
XML
13 lines
422 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"/>
|
|
|
|
</menu>
|