I am doing an pageindex, and the current page should be highlighted with a arrow image (imageview). The index is a RelativeLayout with 25 textviews added to it:
I am using RelativeLayout with Imageview and few buttons. I am dynamically changing the size of the ImageView according to the size of the screen (usingDisplay class). The problem is that one of the
I have a RelativeLayout and there is a WebView inside it. After I zoom in and zoom out, my WebView isn\'t in center. When I include another view into my RelativeLayout I can\'t place the WebView in ce
I have a relativelayout which contains some personnal TextViews. I need to place those textviews with an x and a y, so I do that:
looking at the pictures maybe it\'s obvious what the problem is. The button row insist on getting to big in portrait mood.
I have been working on an app for my school recently and wanted to clean it up a bit before possibly publishing it. On the scheduling portion of the app, I have 5 buttons that perform actions on a Lis
In my app I want to place 5 image buttons in the bottom of the page. In the 5 buttons I want two buttons to be at right and left corner of the screen, and one button exactly at the center of the scree
I have a relative layout with three buttons in it and I am trying to change the background of the relative layout dynamically. Here\'s the xml
I have gridview and I load an image in the grid and a check box to select that image. I use a .9 image as background to show borders for each image. The image and checkbox are inside a relative layout
I\'ve got a programmatically-created layout, where when my app gets ads, it\'ll show an admob view, pushing my existing GLView down and resizing it.