I want the checkbox to have the same alignment as the edit text below it. Setting the left padding to 0 isn't doing anything, it looks like that space is part of the component.
Try this solution:
<CheckBox
...
android:translationX="-5dp" />
Try to use
android:minWidth="0dp"
android:minHeight="0dp"
Worked for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With