Quick download item log has no title now, maybe you can use "null" or the link? 'Cause it looks hilarious, LOL Fix search history not showing sometimes Add download type in logs fix video not showing in cut screen fixed xhamster not showing results
23 lines
670 B
XML
23 lines
670 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context=".MainActivity" >
|
|
|
|
<item
|
|
android:id="@+id/delete_results"
|
|
android:title="@string/remove_results"
|
|
android:icon="@drawable/baseline_delete_24"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/select_all"
|
|
android:title="@string/select_all"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/invert_selected"
|
|
android:title="@string/invert_selected"
|
|
app:showAsAction="never" />
|
|
|
|
</menu>
|
|
|