Hi
I use statelistdrawable for button
I use colordrawable with radius 50 for convert button to circle
Now in many device is correct but with different dpi button not circle complete
How set radius to button for convert to circle?
You should avoid using normal values for view sizes, in all cases. Use dip and your views have (almost) the same size on all devices.
This belongs to code, designer uses dip automatically.