mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-03 06:45:15 -04:00
Added functionality to save and display tweets to an SQLite DB.
TODO: Add retweeted field to DB, make fix SavedNewsActivity display.
This commit is contained in:
12
HW5/res/menu/saved_news.xml
Normal file
12
HW5/res/menu/saved_news.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user