mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Reverse indentation
This commit is contained in:
parent
f3fa2d0038
commit
351e20e1cf
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ public class ViewCardOptional extends CardView {
|
|||
public void setOutgoing(boolean outgoing) {
|
||||
if (cards && threading && indentation) {
|
||||
ViewGroup.MarginLayoutParams lparam = (ViewGroup.MarginLayoutParams) getLayoutParams();
|
||||
lparam.setMarginStart(outgoing ? margin : ident);
|
||||
lparam.setMarginEnd(outgoing ? ident : margin);
|
||||
lparam.setMarginStart(outgoing ? ident : margin);
|
||||
lparam.setMarginEnd(outgoing ? margin : ident);
|
||||
setLayoutParams(lparam);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue