Pratishtha, you can use triangle shape image there with popup dialog and then you can use it OR you can use QuickActionDialog. But I think using image is fine, as I have did its working very well.
– Pratik DasaJun 10 '14 at 05:11
http://stackoverflow.com/questions/9226863/setting-selected-tab-with-a-small-triangle-below-it
– keshavJun 10 '14 at 05:19
Pratishtha, if you need sample code then let me know, I cant post here, because you will not get understand that;s why.
– Pratik DasaJun 10 '14 at 05:25
It's nothing but a PNG showing a white triangle on a transparent background... Or you could use a TextView displaying the Unicode character `\u25b2` (filled triangle up)
– PhantômaxxJun 10 '14 at 08:08
@PratishthaGoriya If I post code here then, I am damn sure you will not get things understands, I must need to explain you
– Pratik DasaJun 10 '14 at 12:01
It's not Quick action dialog.It's a fragmentation or page.I want triangle shape on page that display in above image
– Pratishtha GoriyaJun 10 '14 at 05:29
Pratishtha, if you need sample code then let me know, I cant post here, because you will not get understand that;s why.
– Pratik DasaJun 10 '14 at 05:31
And simple work around ::Give your parent layout transparent background and place the triangle in center of layout and you can achieve the position in the image
Or you can go for 9 patch images directly :: see this