android linearlayout 间隔
生活随笔
收集整理的這篇文章主要介紹了
android linearlayout 间隔
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
引用:http://www.eoeandroid.com/thread-100954-1-1.html
?
| LinearLayout layoutView = new LinearLayout(context); LinearLayout.LayoutParams tabLayPar = new LinearLayout.LayoutParams( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? LinearLayout.LayoutParams.FILL_PARENT, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? LinearLayout.LayoutParams.WRAP_CONTENT); layoutView.setLayoutParams(tabLayPar); ? ?? ?for循環加兩個按鈕{ ? ?? ?? ?? ?? ? Button button = new Button(context);? ? ? ?? ? ?? ?? ?? ?? ? LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams( ? ? ? ? LinearLayout.LayoutParams.WRAP_CONTENT,LinearLayout.LayoutParams.WRAP_CONTENT); ? ? ? ? layoutParams.weight = 1; ? ? ? ? layoutParams.leftMargin = 8; ? ? ? ? layoutParams.rightMargin = 8; ? ? ? ? button.setLayoutParams(layoutParams);? ? ? ?? ? ?? ?? ?? ?? ?layoutView.addView(button)? ? ? ? ; ? ?} |
對里面的元素設置屬性
轉載于:https://www.cnblogs.com/sode/archive/2012/05/30/2526679.html
總結
以上是生活随笔為你收集整理的android linearlayout 间隔的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Nhibernate 3.0 cookb
- 下一篇: 如果程序员没了手!