I do have a problem with TextView. I don\'t want to have any margin/padding above it.
TextView
using android:includeFontPadding="false" helped me a lot in a similar situation.
android:includeFontPadding="false"