|
Friday, 02 December 2011 07:52 |
// 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: |