[android-developers] how to draw a border-bottom to a linearlayout programmatically
Hello!
This is my code:
LinearLayout llDatas = new LinearLayout(this);
llDatas.setId(DATAS.getInt(DATAS.getColumnIndex("id")));
llDatas.setOrientation(LinearLayout.HORIZONTAL);
llDatas.setOnClickListener(fMoreInf);
llDatas.setPadding(10, 5, 0, 5);
llDatas.setBackgroundColor(Color.rgb(200,200,200));
mainPanel.addView(llDatas);
How to draw a border-bottom to a linearlayout programmatically?
Tks.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home