2013-02-21 102 views

回答

1

只是檢查了這一點,這個鏈接顯示如何使視圖圓形...只是imlement自己的倒影視圖...

http://developer.samsung.com/android/samples-4

,或者您可以通過XML做到這一點:

<LinearLayout orientation=vertical for whole screen> 
    <LinearLayout weight=1 gravity=center> <!--- Top ---> 
    </LinearLayout> 
    <LinearLayout weight=1 orientation=horizontal> <!-- middle --> 
     <LinearLayout weight=1 gravity=left/> 
     <LinearLayout weight=1 gravity=right/> 
    </LinearLayout> 
    <LinearLayout weight=1> <!-- botton --> 
     <LinearLayout weight=1 gravity=center/> 
     <LinearLayout weight=1 gravity=center/> 
    </LinearLayout> 
</LinearLayout> 
1

您不需要特殊的佈局。您可以使用相對佈局或相框佈局。

只需以常規方式動態添加視圖,但使用邊距,填充等來定位它們,使它們看起來像一個圓圈。

+0

我知道,但我需要填充和保證金感謝的邏輯 – 2013-02-21 08:04:00

0

您可以使用Horizo​​ntalScrollView。

1

從你的問題我可以看到,你需要Android上的圓形佈局來安排你的圖像。我認爲這library將幫助你做到這一點。這個庫給你添加項目的能力,用動畫旋轉它們。一探究竟!

+1

嗨xresco,請看看這裏:http://stackoverflow.com/help/promotion – bummi 2015-03-14 10:47:39

+0

感謝xresco有幫助 – 2015-04-03 05:39:43