请问如何设置边距如何把这个黄色的滚动条让它贴到最右边呢??在布局文件里如何处理[解决办法]在RelativeLayout布局下:android:layout_alignParentRight="true"可以设置右对齐,android:layout_marginRight="0px"也可以