mirror of
https://github.com/moparisthebest/android-app
synced 2024-11-15 13:25:07 -05:00
7 lines
204 B
XML
7 lines
204 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<item android:id="@+id/menuShowAll" android:title="@string/menuShowAll"></item>
|
||
|
|
||
|
|
||
|
</menu>
|