android-relativelayout
Move view dynamically in relativelayout
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:[详细]
2023-03-21 02:16 分类:问答How to dynamically set position of widget in RelaltiveLayout?
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[详细]
2023-03-21 01:14 分类:问答Android webview zooming in relative layout
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[详细]
2023-03-20 13:53 分类:问答How to move a TextView to an x and an y in a relativeLayout
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:[详细]
2023-03-19 05:21 分类:问答android how can i force the button row to stay the same size
looking at the pictures maybe it\'s obvious what the problem is. The button row insist on getting to big in portrait mood.[详细]
2023-03-18 23:19 分类:问答Relative Layout is causing issues with formatting
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[详细]
2023-03-18 20:29 分类:问答ImageButton issues in relative layout in android app
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[详细]
2023-03-18 10:11 分类:问答Null Pointer exception when trying to access the parent layout
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[详细]
2023-03-16 03:31 分类:问答Align checkbox inside a relative layout
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[详细]
2023-03-15 17:23 分类:问答GLSurfaceView overlaps other views
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.[详细]
2023-03-15 11:33 分类:问答