I would like to align CheckBox \"symbol\" to the top of its description.
CheckBox
What I have now:
What I want to have:
Current xml:
I found that:
android:gravity="fill"
works better than "top". Top wouldn't look right if the checkbox may also end up as only one line.