336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
혹시 특정 시점에 AppbarLayout을 강제로 열고자할 경우 아래글을 읽어보세요.
Using support libs v23 you can call appBarLayout.setExpanded(true/false)
http://stackoverflow.com/a/32137264/3534559
setExpaned(true)를 주면 자동으로 AppbarLayout이 열립니다.
또 다른 오바라이딩 함수로 setExpaned(boolean expaned, boolean animate)로 되어 있습니다.
animating을 할지 결정이 가능합니다.
디폴트는 animate가 true로 되어 있습니다.
참고하세요.
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[Android] Make CustomView (TextView, OnMeasure) (0) | 2016.01.22 |
---|---|
[Android] Get current fragment (0) | 2016.01.21 |
[Android] RecyclerView last position listener (7) | 2016.01.21 |
[Android] 화면 전체 사이즈 구하기 (0) | 2016.01.20 |
[Android] skipped frames the application may be doing too much work on its main thread (0) | 2016.01.20 |