mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Add drop shadows and roundier corners to new bubbles.
// FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
db9656c70c
commit
99c9c73c9d
@@ -191,7 +191,7 @@ public class ConversationItem extends LinearLayout {
|
||||
int[] attributes = new int[]{R.attr.conversation_item_bubble_background};
|
||||
TypedArray colors = context.obtainStyledAttributes(attributes);
|
||||
|
||||
bodyBubble.getBackground().setColorFilter(colors.getColor(0, 0xFFFFFF), PorterDuff.Mode.SRC_ATOP);
|
||||
bodyBubble.getBackground().setColorFilter(colors.getColor(0, 0xFFFFFFFF), PorterDuff.Mode.MULTIPLY);
|
||||
|
||||
colors.recycle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user