• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    How to set the height of view to be the same as another view?

    Hello, I'm begginer. In relative layout on image view which is aligned to the bottom of parent (relative layout) I want to put a button which would have height the same as image view. How can I do that? I can't make button to be child of image view. If I could, I'd do match_parent. I read that I...