Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <Button
  2. android:text="hogehoge"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:focusable="true"
  6. android:focusableInTouchMode="true"
  7. android:onClick="clickBt"
  8. ><requestFocus/></Button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement