Changed accoun/inbox division

pull/207/head
M66B 2 years ago
parent ebca5f95b6
commit 0eae3a9fe9

@ -164,11 +164,11 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
int left; int left;
int right; int right;
if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) { if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) {
left = view.getWidth() - view.getWidth() / 3; left = view.getWidth() - view.getWidth() / 4;
right = view.getWidth(); right = view.getWidth();
} else { } else {
left = 0; left = 0;
right = view.getWidth() / 3; right = view.getWidth() / 4;
} }
Rect rect = new Rect( Rect rect = new Rect(
left, left,

Loading…
Cancel
Save