How to bring layout or view on the top of another view or layout
enter image description hereas shown in the picture
Asked
Active
Viewed 61 times
-4
Arsalan
- 23
- 2
- 9
-
you need something like this: http://stackoverflow.com/questions/961944/overlapping-views-in-android ? – Riad Jul 26 '16 at 06:28
1 Answers
0
What you want exactly? See you can do it in two way:
Take a
android.support.v7.widget.Toolbarinside it take aRelative Layoutthen take aTextviewandRelativeLayout with an ImageViewinside it. Align theRelativeLayout with ImageViewon the right side and theTextViewto the left of it.Take a
android.support.v7.widget.Toolbarand below it take aRelativeLayout with ImageViewand align it toRight and Top
Rahul
- 395
- 5
- 20