相対レイアウトのこれら2つの属性に関するドキュメントを読み、いくつかの例を試しましたが、それらの違いをまだ認識していません. 私はいくつかのテストを試みましたが、多くの場合、同じ結果が得られ、時には異なる結果が得られましたが、説明できません。
Android Document の説明は次のとおりです。
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.
ありがとう :)