7 lines
171 B
XML
7 lines
171 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/catchup_feed"
|
||
|
android:title="@string/catchup"/>
|
||
|
|
||
|
</menu>
|