Jump to content

marchomal

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by marchomal


  1. Hello,

     

    I implement my Android application using this command from the command line:
    msbuild /target:Build /target:Deploy /p:config=Release;platform=Android64 "myapp.dproj "

     

    Using these options for "msbuild" does not include the files in the "asset/internal" directory.

     

    Deploy program from "Delphi IDE" works.

    What have I forgotten?

     

    Sincerely


  2. Hi,

     

    I have an FMX project with a TListView component.

    I can change the text color of each item in the TListView component.

     

    I want to change the background color of items in TListView.

    When I use a TStyleBook I can change the background of all items in the TListView with the same color.

     

    But, how I can change the background of the each item in the TListView component, a different background color for each item?

     

    Best regards
     

×