mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-29 03:20:31 +00:00
10 lines
249 B
XML
10 lines
249 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>
|