How to change Library Activity Layout

Hi, I’m curently working on a library activity that uses a lot of input arguments. To help with the understanding of the activity, it would realy help if I could edit the layout of the activity. For exemple having the input arguments come in a specific order. My problem is that when I try to edit the activity layout on the “activity layout” tab, my changes do not seem to save.
image

Is there a diferent way to change the apearance of my activity? Or is there a specific way in which I have to use this “Activity Layout” tab?
Thanks for the help in advance!

change the input arguments order at the XAML, defining the Activity modelling

check for the corresponding json which holds the activity layout definition and inspect the file (take a backup before)

Close the project, go to Windows Explorer, right click your project folder, select Properties. See if read only is checked. If it is, uncheck it and then select apply to all files and folders.

Now open the project and see if the layout settings save properly.

Hey, thanks for the asnwer! Unfortunetly, this did not work… I have also noticed that the layout described on the “Activity Layout” tab is being completely ignored, and the arguments show up on the activity in alphabetical order

Thanks for aswering! I’m trying out your method but even when I change the xaml file, the activy layout tab, still shows the wrong order of arguments. Another thing that I have noticed is that, when I call the activity as a library activity, the order of the arguments that is set up on the xaml file is ignored, and instead the arguments show up in aphabetical order… maybe there is a configuration I can change?

Did you republish the library and then upgrade it in the process where you’re using it?

Yes, but it still shows up in alphabetical order. But a friend of mine came up with a solution using the alphabetical order, so my problem is solved. But I guess the original question is still valid.