Commit 3c591e39 authored by Grigory Fedorov's avatar Grigory Fedorov

ContactTitleExpandableToolbarInflater: right padding changes the same as left.

parent f2514d30
......@@ -176,7 +176,10 @@ public class ContactTitleExpandableToolbarInflater implements ObservableScrollVi
paddingLeft = paddingLeftMin;
}
titleView.setPadding(paddingLeft, 0, paddingRight, 0);
titleView.setPadding(paddingLeft, 0, paddingLeft, 0);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment