Question

I want to add an embossed border for the TableRow and LinearLayout like below. How can I add it?

Embossed border

Was it helpful?

Solution

you can use this type of row or simply between two rows:

    <View
        android:layout_height="2dip"
        android:background="#ABABAB"
   />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top