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.Toolbar
inside it take aRelative Layout
then take aTextview
andRelativeLayout with an ImageView
inside it. Align theRelativeLayout with ImageView
on the right side and theTextView
to the left of it.Take a
android.support.v7.widget.Toolbar
and below it take aRelativeLayout with ImageView
and align it toRight and Top

Rahul
- 395
- 5
- 20