Added small border around conversations

This commit is contained in:
Sebastian Kaspari 2010-03-20 18:30:29 +01:00
parent 2dd47f3bb8
commit 8869590fad
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1px"
android:color="#55ffffff" />
<padding
android:left="3px"
android:top="3px"
android:right="3px"
android:bottom="3px" />
<solid
android:color="#ee000000" />
<corners