1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-29 07:20:50 +00:00
NewPipe/app/src/main/res/menu/menu_recaptcha.xml

11 lines
353 B
XML
Raw Normal View History

<?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/menu_item_done"
2021-03-27 14:45:49 +00:00
android:icon="@drawable/ic_done"
2020-10-09 18:24:02 +00:00
android:title="@string/recaptcha_done_button"
app:showAsAction="always" />
</menu>