Guest User

Untitled

a guest
Aug 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. while switching between android phone modes the video runs from the beginning
  2. <EditText android:id="@+id/edtInput"
  3. android:layout_width="0dip"
  4. android:layout_height="wrap_content"
  5. android:layout_weight="1"
  6. android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
  7. android:imeOptions="actionSend|flagNoEnterAction"
  8. android:maxLines="4"
  9. android:maxLength="2000"/>
Add Comment
Please, Sign In to add comment