0
我有一個FrameLayout
包含兩個RelativeLayouts
。當我嘗試使用ADT中的圖形佈局選項卡時,只有第二個RelativeLayout
中的兩個ImageView可供選擇。佈局是這樣的:如何在圖形佈局編輯器中選擇FrameLayout的視圖?
<FrameLayout>
<RelativeLayout>
<ScrollView>
<TextView/>
</ScrollView>
<ImageView/>
<ScrollView>
<TextView/>
</ScrollView>
</RelativeLayout>
<RelativeLayout>
<ImageView/>
<ImageView/>
</RelativeLayout>
</FrameLayout>
任何其他地方我點擊,它選擇整個第二RelativeLayout
本身,第一RelativeLayout
內的任何個人意見不能點擊。
有沒有辦法循環查看/佈局,所以我可以編輯我在屏幕上看到的內容?或者這是編輯器的錯誤/限制?