I have three ImageView placed horizontally.one at left one at right one is in middle.I want to align middle view top edge with horizontal center of other to views how to achieve this in android.
please tell me soln for above problem.
I have three ImageView placed horizontally.one at left one at right one is in
Share
Try using
android:layout_alignBaseline = <left or right imageview's id>property to the middle ImageView.