Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <AutoCompleteTextView
  2. android:id="@+id/autocomple_textview"
  3. android:layout_width="0dp"
  4. android:layout_height="wrap_content"
  5. android:layout_weight="1.5"
  6. android:completionThreshold="1"
  7. android:hint="Site Name"
  8. android:nextFocusDown="@+id/edittext"
  9. android:singleLine="true" >
  10. <requestFocus />
  11. </AutoCompleteTextView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement