Home > database >  ModernListView looks different on Windows and Android platform
ModernListView looks different on Windows and Android platform

Time:06-15

I need your help.

Can someone explain to me why the appearance of ListView (I use ModernListView -> Windows platform

Windows platform, EditMode

Android platform

Android platform, EditMode

CodePudding user response:

i didn't use Firemonkey in the past 2 years now(maybe even longer...), but from what i remember the controls will always look different between Windows and mobile. sometimes also the behavior is different. i think even when you set the controls to look native.

Edit - Here are some useful link about styles and different devices :

https://books.google.co.il/books?id=euJDEAAAQBAJ&pg=PA164&lpg=PA164&dq=delphi firemonkey different styles in different devices&source=bl&ots=Xq55fI6L1z&sig=ACfU3U2mvWi7_DXu6hP2tca-WRJmNjEPIA&hl=en&sa=X&ved=2ahUKEwj5ho_K_qz4AhXUiP0HHZQVAIMQ6AF6BAglEAM#v=onepage&q=delphi firemonkey different styles in different devices&f=false

https://docwiki.embarcadero.com/RADStudio/Sydney/en/Working_with_Native_and_Custom_FireMonkey_Styles

https://www.fmxexpress.com/add-firemonkey-mobile-styles-into-your-desktop-apps-in-delphi-10-seattle-for-android-and-ios/

  • Related