标签: android
我想将View与另一个View的右侧对齐,但它们之间有一些间距。我想用RIGHT_OF规则做到这一点。我搜索了很多但找不到合适的解决方案。
View
RIGHT_OF
答案 0 :(得分:5)
您可以对第二个视图使用margin_left属性或paddingLeft属性,如下所示:
<TextView text="some text" textColor="@colors/secondary_text_color" />