Skip to content

Mistake in xml file in README  #11

@pavooo

Description

@pavooo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions