// Using "shape" drawables in Android we can create simple figures. Here is how to create a rectangle with a border.






android:width="2dp"
android:color="#FFFFFF" />

android:bottom="1dp"
android:left="1dp"
android:right="1dp"
android:top="1dp" />




Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/84oi-YsggSE/14047