real-marco-b / ionic2-angular2-collage-app

Ionic 2 Photo Collage App, ready to run on iOS and Android
MIT License
9 stars 3 forks source link

layout.json files are missing #2

Open awidschwendter opened 7 years ago

awidschwendter commented 7 years ago

Hi @real-marco-b ,

can you publish the missing layouts folder with your example layout files? that would be very kind. i don't get the configuration ;)

Madhivarman commented 7 years ago

well its too easy..@real-macro-b has mentioned how to create layout in the json..The code to create a 3 grid layout is

`{
"layoutId" : 1,
"segments" : [
   {
       "width":100,
       "height":50
   },
   {
      "width":50,
      "top":50  
   },
   {
        "left":50,
        "top":50,
        "width":50
   }

]
}`

happy coding..:)

real-marco-b commented 7 years ago

My bad. I've accidentally overlooked your issue @awidschwendter, I'm sorry. Thank your for helping our, @Madhivarman :)

mrbfrank commented 7 years ago

Hi, do you plan to check in those starter layouts? Just found this project and it's very interesting, thanks!