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:
android:gravity="top" will fix the problem:
android:gravity="top"
Note that android:gravity is different than android:layout_gravity.
android:gravity
android:layout_gravity