• use the --use-ninepatch command flag to use nine patch images.
    
    Change-Id: Ie14eacdf938066343a1d75f6738a3c1dd65a7e81
    Chu Hoang authored
     
    Browse Dir »
  • By default, the application consist of 10 pages of 25x25 ImageActors.
    
    The default values can be modified using the following command line arguments:
     -r NumberOfRows  (Modifies the number of rows per page)
     -c NumberOfColumns (Modifies the number of columns per page)
     -p NumberOfPages (Modifies the nimber of pages )
     --use-imageview ( Use ImageView instead of ImageActor )
     --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible )
    
    Change-Id: I8a54bd713672433a6f80726972f15d698509dbbe
    Ferran Sole authored
     
    Browse Dir »