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

Commit 804e5ceb authored by Tingting Wang's avatar Tingting Wang
Browse files

Change description of delete button in group view.

BUG 30116136

Change-Id: Id463a738c661aafbe137fee4a43d006855896387
parent 4502d936
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1290,6 +1290,8 @@ public class ContactListItemView extends ViewGroup
            mDeleteImageButton.setImageResource(R.drawable.ic_cancel_black_24dp);
            mDeleteImageButton.setScaleType(ScaleType.CENTER);
            mDeleteImageButton.setBackgroundColor(Color.TRANSPARENT);
            mDeleteImageButton.setContentDescription(
                    getResources().getString(R.string.description_delete_contact));
            addView(mDeleteImageButton);
        }
        // Reset onClickListener because after reloading the view, position might be changed.