removing the Select All menu item
This commit is contained in:
parent
3a233a04bc
commit
b4e774dad2
2 changed files with 0 additions and 6 deletions
|
@ -50,7 +50,6 @@ class RecordingsAdapter(activity: SimpleActivity, var recordings: ArrayList<Reco
|
||||||
when (id) {
|
when (id) {
|
||||||
R.id.cab_rename -> renameRecording()
|
R.id.cab_rename -> renameRecording()
|
||||||
R.id.cab_share -> shareRecordings()
|
R.id.cab_share -> shareRecordings()
|
||||||
R.id.cab_select_all -> selectAll()
|
|
||||||
R.id.cab_delete -> askConfirmDelete()
|
R.id.cab_delete -> askConfirmDelete()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,9 +16,4 @@
|
||||||
android:icon="@drawable/ic_delete_vector"
|
android:icon="@drawable/ic_delete_vector"
|
||||||
android:title="@string/delete"
|
android:title="@string/delete"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
<item
|
|
||||||
android:id="@+id/cab_select_all"
|
|
||||||
android:icon="@drawable/ic_select_all_vector"
|
|
||||||
android:title="@string/select_all"
|
|
||||||
app:showAsAction="ifRoom" />
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
Loading…
Reference in a new issue