我的XML文件中的位置佈局就像是以下幾點:Android的 - 在屏幕底部總是在前臺
<LinearLayout>
<ScrollView>
<LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
首先LinearLayout中有android:layout_height="match_parent"
,所有其他android:layout_height="wrap_content"
。如何使用imageview在屏幕底部始終創建佈局?
我不明白你的問題,但這可能適合你嗎? :' ' –
Lazy
我需要一個佈局,相對或線性的,因爲我不需要一個簡單的ImageView ...任何想法? – Bob