Dialog icons

This commit is contained in:
M66B
2021-10-26 12:57:23 +02:00
parent bded0353cb
commit 6624975514
17 changed files with 22 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ public class FragmentLogs extends FragmentBase {
}
new AlertDialog.Builder(getContext())
.setIcon(R.drawable.twotone_visibility_24)
.setTitle(R.string.title_unhide)
.setMultiChoiceItems(titles, states, new DialogInterface.OnMultiChoiceClickListener() {
@Override