-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I think there is a mistake in the example for usage of AutoCompeteView.:
<com.mobisys.android.autocompleteview.AutoCompleteView ...... app:row_layout="@layout/row_place" app:modelClass="com.mobisys.android.autocompleteview.model.Place"/>
The attribute row_layout will not be found, but rowLayout will. So there should be written:
<com.mobisys.android.autocompleteview.AutoCompleteView ...... app:rowLayout="@layout/row_place" app:modelClass="com.mobisys.android.autocompleteview.model.Place"/>
Please correct me if I am wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels