Larger message action buttons

This commit is contained in:
M66B
2022-08-19 17:59:11 +02:00
parent 157f4a164f
commit 8319bceb33
2 changed files with 2 additions and 2 deletions

View File

@@ -891,7 +891,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
ibFlow = vsBody.findViewById(R.id.ibFlow);
if (large_buttons) {
int dp36 = Helper.dp2pixels(context, 48);
int dp36 = Helper.dp2pixels(context, 42);
ConstraintLayout cl = (ConstraintLayout) ibFlow.getParent();
List<Integer> ids = new ArrayList<>();
for (int id : ibFlow.getReferencedIds())