I have an ImageButton that I want to fill its parent RelativeLayout container for its width but minus a few dp so it has some left and right padding. I tried fill_parent-10dp but that causes an error and doesn’t render.
I have an ImageButton that I want to fill its parent RelativeLayout container for
Share
Put a
android:layout_margin="10dp"on the ImageButton, along with the