mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Larger message action buttons
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user