mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
11 lines
227 B
XML
11 lines
227 B
XML
|
<menu
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/okay"
|
||
|
android:title="@string/finish"
|
||
|
app:showAsAction="always"/>
|
||
|
|
||
|
</menu>
|