我已经阅读了有关相对布局的这两个属性的文档,并尝试了一些示例,但仍然不知道它们之间有什么区别。我尝试了一些测试,但通常我有相同的结果,有时,不同,但我无法解释。
以下是对 Android 文档的描述:
android:layout_above
Positions the bottom edge of this view above the given anchor view ID. Accommodates bottom margin of this view and top margin of anchor view.
android:layout_alignBottom
Makes the bottom edge of this view match the bottom edge of the given anchor view ID. Accommodates bottom margin.
谢谢 :)