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:
parent
f3239d9492
commit
b479ac55dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user