I want to remove those azul
margins for my line verde
get layout
all and not get any margin, but do not remove padding
from RelativeLayout
Is ActionBar vermelho
that has a margim bottom
or my View verde
that has a margin top
?
layout.xml
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".Home">
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#ACD10A"
/>
</RelativeLayout>