android - Button with more touchable area -


implemented clear button edittext according this. button small , hard touched. how make button's touchable area bigger?

enter image description here

1) can use touch delegate

android developer documentation

2) or put button in separate linearlayout wraps content appropriate padding according size of clickable area want , set clickable button inside parameter.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -