Fixing the background color of the textbox for new-message items

This commit is contained in:
Jesse Vincent 2009-04-20 01:46:14 +00:00
parent d0d6eb5442
commit 1728f9bfa9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
android:textColor="?android:attr/textColorPrimary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/text_box_light"
android:background="@drawable/text_box"
android:paddingLeft="10px"
android:paddingRight="10px"
android:minWidth="64px"