How to give border for tablerow in tablelayout in android?

I give one idea -> Create one xml file using shape tag.

Up vote 1 down vote favorite 1 share g+ share fb share tw.

Android tablelayout tablerow link|improve this question asked Apr 6 '11 at 6:08Sourabh Rustagi363618 95% accept rate.

I give one idea -> Create one xml file using shape tag like this set this xml file in android:background="R.layout. XmlFilename" of your table layout it gives the border around your tablelayout.

3 This man speaks the truth. – Klaus Apr 6 '11 at 6:22 as I wasn't able to add the background through xml file but was able to add this feature through . Java file tablelayout.

SetBackgroundResource(R.layout. Shape); – Sourabh Rustagi Apr 19 '11 at 6:53 1 android:background="R.layout. XmlFilename" is the wrong way to do this.

Use android:background="@drawable/filename_of_xml" instead. – dermatthias Feb 8 at 12:13.

A small correction to the answer of Ayudh: in the xml file it can be added with: android:background="@layout/xmlFilename.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions