cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK Issues

itsumerfarooq
Participant
0 Kudos
433

Hi Experts,

We are experiencing some issues only on Android devices and wondering if there is a workaround.

Question 1: We are using Section page of SAP MDK and header of the page shows text as left aligned for Android. Is there a way to centre align this text?

Question 2: We are using page type bottom navigation and applying custom PNG images on tab icon but the icons are blur and fatty on Android devices but worked well for iOS devices. Please suggest any way to fix it?

Question 3: Initial loading of an MDK App shows a spinner in Blue colour, is there a way to override this colour to make it yellow or any custom colour?

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert

Q1: On Android the title is always left aligned by design. We do not provide a way to adjust this today. As this functionality is currently not available in MDK standard control, I would suggest you to open a feature request here. We'll review it based on its priority.

Q2: I would recommend using square icons so the aspect ratio is maintained when they are stretched. Using your icons I was able to see the same behavior on Android. The easiest way to fix this is to use a branded clients and include your icons as resources sized for the different device densities. I created square versions of your icons and used the New Image Asset wizard in Android studio to create the resource files and branded them into my client. Then the images can be referenced as res://myaccount for example. The resulting bottom nav rendered like this.

Q3: We do not currently provide any styling for the spinner. I would again suggest you to open a feature request here. We'll review it based on its priority.