mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-16 23:04:56 +00: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>
|