-1

Its been a dynamic view for each new entry a triangle is been added in list at bottom. How this can be created ? Any suggestion how to proceed ? How to create a custom layout-manager for it

Punit Sharma
  • 2,951
  • 1
  • 20
  • 35
  • i suggest to use single list item with image View and then with different PNG traingles based on need. – Rajan Kali Sep 19 '15 at 09:51
  • view are square in shape in android. if i use single list item with imageview. this view cannot be created i want second row to be overlap on the first row ...but how to do that while inflating layout – Punit Sharma Sep 19 '15 at 10:09

1 Answers1

1

Its Better to Use GridView with Two columns to acheive with PNG Images enter image description here

Using These Png Images for First Two u can Use 3 and 4 and Then from There for Left Column add image 5 for right Column add image 2 and So on based on Requirement.

The output will resemble something Like

enter image description here

Rajan Kali
  • 12,627
  • 3
  • 25
  • 37