图片在这里:
无论屏幕尺寸如何,如何均匀分布这三个图标(中间有 1dp 间隙,两边还有 1dp 边距)?
我正在使用相对布局。
谢谢 !
编辑 进度:http: //imgur.com/vOm8e
<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"/>
图标之间仍然没有任何填充。