Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created April 21, 2014 15:08
Show Gist options
  • Select an option

  • Save robhinds/11145350 to your computer and use it in GitHub Desktop.

Select an option

Save robhinds/11145350 to your computer and use it in GitHub Desktop.
<MultiAutoCompleteTextView
android:layout_marginTop="100dp"
android:id="@+id/multiAutoCompleteTextView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:completionThreshold="1"
android:ems="10" >
</MultiAutoCompleteTextView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment