Guest User

Untitled

a guest
Dec 12th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <Spinner
  2. android:id="@+id/spinner"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:entries="@array/array_name"
  6. app:validateSelected="@{spinnerLabel}"
  7. app:validateSelectedMessage="@{@string/spinnerErrorMessage}"
  8. app:validateSpinnerAutoDismiss="@{true}" />
  9.  
  10. <!-- Error label below -->
  11. <TextView
  12. android:id="@+id/spinnerLabel"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content" />
Add Comment
Please, Sign In to add comment