You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SmsForwarder/app/src/main/res/menu/menu_main.xml

12 lines
405 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="com.allmything.linkhelper.MainActivity">
<item
android:id="@+id/to_setting"
android:orderInCategory="100"
android:title="@string/to_setting"
app:showAsAction="never" />
</menu>