Questions tagged [android-framelayout]

Android layout that uses the screen to display views that can be stacked on top of each other, with the most recent child added on top.

1070 questions
-3
votes
1 answer

How to scroll menu from left to right and vice versa in android

Hi Can u please tell how to move menu bars from left to right or right to left Thanks in advance
-4
votes
1 answer

How to achieve this layout in Android

how to put a linearlayout in front of another linearlayout and position at bottom.
-4
votes
4 answers

Android ImageView place other image and text in region

I am trying to setup a layout such that it has an image with regions. Those regions,can have either other ImageView or TextView. I am able to achieve this at a high level using FrameLayout and RelativeLayout. However, it does not scale properly on…
bond
  • 11,236
  • 7
  • 48
  • 62
-5
votes
5 answers

How can I create a circle profile picture view over rectangle in android layout?

How to draw the attached layout which is have circle over rectangle. mean that circle is profile image, and inside the rectangle login information layout. Can any one please suggest this?
1 2 3
71
72