mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-08 12:18:07 -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);
|
setCacheColorHint(0x000000);
|
||||||
setVerticalFadingEdgeEnabled(false);
|
setVerticalFadingEdgeEnabled(false);
|
||||||
setBackgroundResource(R.layout.conversation_background);
|
setBackgroundResource(R.drawable.conversation_background);
|
||||||
setScrollBarStyle(SCROLLBARS_OUTSIDE_INSET);
|
setScrollBarStyle(SCROLLBARS_OUTSIDE_INSET);
|
||||||
|
|
||||||
// Scale padding by screen density
|
// Scale padding by screen density
|
||||||
|
Loading…
Reference in New Issue
Block a user