How do I go about implementing a button bar with buttons of different shapes and heights?As an example (please excuse my poor drawing skills for this quick mockup):
I\'m laying out a row for use in a ListView and I need a little help.The row will look like this: Below is what I have so far, the highlight bg is not showing up and the text won\'t align center (s
I have a image of a map and i want t开发者_JS百科o plot some points/markers on the map. These markers must be clickable. I have used a custom view class to plot the markers at my required points.The m
I am planning to provide menus for my app similar to the sliding menu shown in the below imag开发者_高级运维e when clicking on the button in the list view. Could you give me some pointers on, how it c
I have two buttons (buy and share) in my layout and I want them to occupy equal space. However, \"share\" button is occupying much more space than \"buy\" button. Can any one kindly point out my mista
Like this previous person, I have unwanted overlap between GridView items: Notice the text, in every column except the rightmost one.
In my android application, I frequently add and remove parts of my layout. Is there a way I开发者_Go百科 can log or capture the layout at specific points? I want to see the way my buttons and layouts
I have a Linearlayout part of a Tablerow of tablelayout. Below is sample description <!-- Master Layout-->
I have just a little problem in my layout <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
I tried this tutorial with socket programming. BUT, it is unable to send message to server when doing socket programming with implement & interface. Do you think that i can do socket programming w