<view
android:background="#000000"
android:layout_height="2dp"
android:layout_width="fill_parent"
</view>

 

View ruler = new View(myCoNtext);
ruler.setBackgroundColor(0xFF00FF00);
theParent.addView(ruler, new ViewGroup.LayoutParams( ViewGroup.LayoutParams.FILL_PARENT, 2));

 

 

 

 

創作者介紹
創作者 攝即是空 的頭像
小彬彬

攝即是空

小彬彬 發表在 痞客邦 留言(0) 人氣( 575 )