I am using a custom cell template for a listview. The custom template has button as one of the controls. However the default button size is big for Samsung Galaxy S3 that I am testing on. Whats the best practice to re-size the button so it comes out appropriate size on diff android devices. Should I use height and width properties and hard code values there?
Thanks