7

I have a image inside CollapsingToolbarLayout (just the same as the example https://github.com/chrisbanes/cheesesquare).

However, I want to fixed the aspect ratio of the backdrop as 16:9.

I tried setting the android:layout_height="wrap_content", updating the LayoutParams in code, but it does not work.

Any help?

Iamat8
  • 3,888
  • 9
  • 25
  • 35
Fung
  • 961
  • 1
  • 8
  • 17

1 Answers1

0

Solved by putting the ImageView inside a PercentRelativeLayout.

Fung
  • 961
  • 1
  • 8
  • 17