Fix the shape of reaction pills.

This commit is contained in:
Greyson Parrelli
2020-02-04 18:30:18 -05:00
parent 73dedd79d2
commit 8f9ed4bc40
2 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ import java.util.Map;
public class ReactionsConversationView extends LinearLayout {
private static final int OUTER_MARGIN = ViewUtil.dpToPx(6);
// Normally 6dp, but we have 1dp left+right margin on the pills themselves
private static final int OUTER_MARGIN = ViewUtil.dpToPx(5);
private boolean outgoing;
private List<ReactionRecord> records;