I was wondering if there was a way to create a ListView with rounded corners in Android...
|
|
Thnx buddy... it makes my application rocks |
||
|
|
|
Here's one way of doing it (Thanks to Android Documentation though!): Add the following into a file (say customshape.xml) and then place it in the layout directory inside the resources folder.
Thought someone else might be interested in it. Once you are done with creating this file, just set the background in one of the following ways: Through Code: listView.setBackgroundResource(R.layout.roundedcorner); Through XML, just add the following attribute to the container (ex: LinearLayout):
Hope someone finds it useful... |
||
|
|
