I use variables for this, on the button itself or global. You can toggle a boolean true or false if they are the only two button options.
On button clicked, if variable = true, Set layout scale to 1.5. Else set layout scale to 1. And on button clicked, toggle boolean.