mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
13 lines
No EOL
419 B
XML
13 lines
No EOL
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item android:id="@+id/action_show_downloads"
|
|
app:showAsAction="never"
|
|
android:title="@string/downloads" />
|
|
|
|
<item android:id="@+id/action_settings"
|
|
app:showAsAction="never"
|
|
android:title="@string/settings"/>
|
|
|
|
</menu> |