1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-06 11:18:08 -05:00

MessageListView: Background is now in drawable folder. (Funny that this worked at all).

This commit is contained in:
Sebastian Kaspari 2013-01-22 21:35:12 +01:00
parent f3239d9492
commit b479ac55dc

View File

@ -49,7 +49,7 @@ public class MessageListView extends ListView
setCacheColorHint(0x000000);
setVerticalFadingEdgeEnabled(false);
setBackgroundResource(R.layout.conversation_background);
setBackgroundResource(R.drawable.conversation_background);
setScrollBarStyle(SCROLLBARS_OUTSIDE_INSET);
// Scale padding by screen density