Is there a way to fill parent minus a fixed number in Android RelativeLayout?
Put a android:layout_margin=”10dp” on the ImageButton, along with the android:layout_width=”fill_parent” android:layout_height=”fill_parent”
Put a android:layout_margin=”10dp” on the ImageButton, along with the android:layout_width=”fill_parent” android:layout_height=”fill_parent”