You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why it does not work correctly with Relative Layout Param, i tried to change her position after the click and make it in the button but it does not work my code :
val barMenu: RelativeLayout.LayoutParams = RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.MATCH_PARENT,RelativeLayout.LayoutParams.WRAP_CONTENT)
barMenu.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM)
then in the button click
tapBarMenu.layoutParams = barMenu
The text was updated successfully, but these errors were encountered:
why it does not work correctly with Relative Layout Param, i tried to change her position after the click and make it in the button but it does not work my code :
then in the button click
tapBarMenu.layoutParams = barMenu
The text was updated successfully, but these errors were encountered: