Guest User

Untitled

a guest
Feb 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <EditText
  2. android:id="@+id/campo1"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:hint="@string/prompt_password"
  6. android:imeActionId="6"
  7. android:imeActionLabel="@string/action_sign_in_short"
  8. android:imeOptions="flagNoExtractUi" <------ ASÍ
  9. android:maxLines="1"
  10. android:singleLine="true" />
Add Comment
Please, Sign In to add comment