I'm inspecting some old android layout:
and i see this attribute in a customView
android:padding="-5dp"
what does this mean?
(a) when coming alone?
(b) when android:paddingTop="-5dp"
comes after android:padding="10dp"
does this mean all paddings are 10 and the top is 5dp ?
attention
please note I'm asking specifically about negative value, not padding in general