android-framelayout
Overlay text over imageview in framelayout programmatically - Android
I am trying to implement a textview over an image in a framelayout at the center and bottom of the layout as it is seen here:[详细]
2023-04-12 00:47 分类:问答Resizing images according to the Screen Size on Android
I am making a graphic intensive application for Android. The problem i am facing is that on my home screen there are 6 images that 开发者_如何转开发are placed on a FrameLayout. Since i own a HTC Desi[详细]
2023-04-10 05:23 分类:问答How to write a TextView in a determined coordinates of the screen? (frame layout)
I have a app that shows the camera view on the screen on a FrameLayout. The screen is in fixed LandSape mode.[详细]
2023-04-09 21:43 分类:问答Android borders on individual views
I have trouble making borders for android views What I try to do for simulating a border is to create a view with the main background, then create a view around it with the border color as the backgr[详细]
2023-04-08 01:05 分类:问答remoteview framelayout background color
int mColor = 0xff00ff00; remoteView.setInt(R.id.framelayout1, \"setBackgroundResource\", android.R.color.white);[详细]
2023-04-06 14:13 分类:问答How to fling a relativeLayout to translate and fill the activity on top of other layouts?
I have a relative layout with android:id=\"@+id/RelativeLayout02\" and android:layout_alignParentBottom=\"true\".[详细]
2023-04-03 17:50 分类:问答rotate text on the button
I\'m having the following screen: And I\'m trying to rotate a text and then set the text on this button.[详细]
2023-03-30 14:29 分类:问答set the text of a button in android using frame layout
I have an application in android in which I\'m setting the text of a button using a FrameLayout, something like:[详细]
2023-03-29 21:48 分类:问答Adding children views to a FrameLayout programmatically, then change their positions
I\'m doing an Augmented Reality app and I need to show some objects on the camera view. I\'m creating a FrameLayout to which I add my camera view and then I add my AR objects (now I\'m trying with Tex[详细]
2023-03-21 13:50 分类:问答Android layout load sub layouts
I want to make my xml layout more modular beca开发者_高级运维use this one is going to be pretty intricate![详细]
2023-03-19 15:42 分类:问答