mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-02 20:11:22 +00:00
10 lines
423 B
XML
10 lines
423 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.example.ian.titanscout.ScrollingActivity">
|
|
<item android:id="@+id/action_settings"
|
|
android:title="@string/action_settings"
|
|
android:orderInCategory="100"
|
|
app:showAsAction="never"/>
|
|
</menu>
|