mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-14 03:18:12 -05:00
4e4abc99e2
TODO: Add retweeted field to DB, make fix SavedNewsActivity display.
13 lines
429 B
XML
13 lines
429 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="edu.uncc.itcs4180.hw5.SavedNewsActivity" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu>
|