android - How can i make a fixed size for button -
when make button in xml... it's size change 1 device it's seem small in 1 device , big on , how can make constant size @ every device "apk" setup ?
define exact width , height button on layout xml,
android:layout_width="100dp" android:layout_height="30dp"