Or you could just use a normal Button view with a whole bunch of spaces seperating the right text from the left text.*
*pretty crude way about it, but if your font size won't change and the button size won't change it could be the path of least resistance ;) Also, regarding the > (right arrow) image within the LinkedIn example, that can simple be incorporated into the background 9patch image, rather than plonking an extra ImageView in the foreground. On Dec 20, 4:18 pm, Zsolt Vasvari <[email protected]> wrote: > It CAN be a button. In my app I have made the bottom of the footer a > "button" by placing a Button and a bunch of other controls inside a > RelativeLayout overlapping each other. > > On Dec 20, 12:39 pm, Sarwar Erfan <[email protected]> wrote: > > > Hi, > > You missed one element. There is two text elements and one icon also in > > right side of the number of connections (see attached image): > > > <https://lh4.googleusercontent.com/_Wo4N90M9Gr0/TQ7ctWlInRI/AAAAAAAAAC...> > > > I can confirm its not a button. Create your own layout. Use a statelist as > > background. And, use 9 patch images in the statelist (if you want it to look > > good in both orientations). > > > Put two TextView and one ImageView in the layout. > > > ------ > > > State list: > > http://developer.android.com/guide/topics/resources/drawable-resource... > > > 9 Patch: > > http://developer.android.com/guide/developing/tools/draw9patch.html > > > Regards > > Sarwar Erfan > > > linkedin_connections_layout.png > > 5KViewDownload -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

