Solved

FSM Mobile - Change the UI of mobile in Android App

  • 28 June 2022
  • 1 reply
  • 104 views

Userlevel 2
Badge +5

Hello all, 

We would like to ask if it’s pobbile to change the UI of the FSM mobile in the Android Application, in order to be the same as the Windows Application. 

For example, in the below “Details” screen, are we able to make the form fields to be displayed as in the Windows Application? (Label and Field in the same row) 

We want this configuration, in order for the user not to scroll down in order to see all the fields. 

Thank you!

Android App
Windows App

 

icon

Best answer by Anjula Priyanath 28 June 2022, 15:07

View original

1 reply

Userlevel 6
Badge +14

Hi @ioannamourtzaki,

That’s not possible to do using mobile configurations. These are predefined layouts. When you do the modification using Mobile Design, those changes will be applied to the existing layout.

If the screen has a code, then it will take the layout specific to that screen. Otherwise, it will take a standard layout depending on the screen type. All fields will be shown when starting an activity using those predefined layouts.

 

Reply