Fixing the background color of the textbox for new-message items
This commit is contained in:
parent
d0d6eb5442
commit
1728f9bfa9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue