diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout/message_sent.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml index f0950ef9..990df59b 100644 --- a/res/layout/message_sent.xml +++ b/res/layout/message_sent.xml @@ -26,6 +26,8 @@ android:layout_height="wrap_content" android:adjustViewBounds="true" android:paddingBottom="2dp" + android:scaleType="fitXY" + android:background="#333333" /> <TextView |