vs.thaakur
03/16/2020, 8:44 AMBaseTransientBottomBar
. But it is taking bottom Margin I want it to stick to bottom but it takes some default Bottom Margin.
I am using below code to remove the bottom margin
(view.layoutParams as MarginLayoutParams).setMargins(margin10, 0, margin10, 0)
Is there any way to remove the bottom margin?Francisco Javier Ruiz Rodriguez
03/16/2020, 9:41 AMvs.thaakur
03/16/2020, 12:20 PMFlorent Maufras
03/16/2020, 1:44 PM