Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的线性布局中的行的右侧添加一个图像按钮。我尝试使用左侧填充,但填充区域可见灰色阴影。如何使用线性布局但没有阴影来实现这一点。有人知道如何实现这一目标吗?
谢谢
android:gravity="right"到您的 XML 代码中应该可以解决问题。本质上,这将迫使视图转向视图的右侧。
android:gravity="right"