The problem is in the layout’s property android:layout_width. When it is set to “wrap_content”,the android:layout_marginRight won’t working, but rather, only when it is set to “fill_parent”, the android:layout_marginRight will work.
Android RelativeLayout marginRight not working
最新推荐文章于 2021-05-27 11:42:01 发布