Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98da8f3a authored by Lyn Han's avatar Lyn Han
Browse files

Consistent padding between overflow & normal bubbles

Bug: 138116789
Test: manual - overflow & normal bubbles look the same size now.
Previously, overflow bubbles were smaller as a result of the padding.

Change-Id: I3660d0f347468b25a1501758e1a170c8269a9434
parent 207454b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ class BubbleOverflowAdapter extends RecyclerView.Adapter<BubbleOverflowAdapter.V
            int viewType) {
        BadgedImageView view = (BadgedImageView) LayoutInflater.from(parent.getContext())
                .inflate(R.layout.bubble_view, parent, false);
        view.setPadding(15, 15, 15, 15);
        return new ViewHolder(view);
    }