Picture here:
How to evenly distribute these three icons (with 1dp gap in between and another 1dp margin on both edges) regardless of the screen size ?
I am using relative layout.
Thanks !
EDIT Progress: https://i.stack.imgur.com/RcBre.jpg
<ImageButton
android:id="@+id/imageButton6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/text"
android:background="@null"
android:paddingLeft="2dp"/>
still not getting any padding between the icons.