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.
在一个应用程序中,我有一个包含一些内容的相对布局。我需要的是在此内容上放置一个按钮,使其始终堆叠到显示器的底部和底部边框的中心。有人可以就如何做到这一点提出任何建议吗?
将这两行添加到您的按钮视图 xml:
android:layout_centerHorizontal="true" android:layout_alignParentBottom="true"