List of usage examples for android.widget ListAdapter.Item interface-usage
From source file org.kde.kdeconnect.UserInterface.List.SmallEntryItem.java
public class SmallEntryItem implements ListAdapter.Item { private final String title; private final View.OnClickListener clickListener; public SmallEntryItem(String title) {