Per the question here,
What's "tools:context" in Android layout files?
The \'tools\' namespace reference (xmlns:tools=\"http://schemas.android.
You will find tool attribute when you set object in graphical layout.
tool
Listview (in graphical mode) -> right Click -> Preview List Content -> Choose Layout...
produces:
tools:listitem="@layout/customer_list_item"