Skip to content

ScalableLayout v2.1.1

Latest
Compare
Choose a tag to compare
@ssomai ssomai released this 05 Jun 07:02
· 16 commits to master since this release

Features

#34 를 지원합니다.
left와 top의 기준점을 view의 어디로 세팅할지를 정할 수 있습니다. 기본 값은 각각 left와 top입니다.
sl:scale_left_baseposition="left,center,right"
sl:scale_top_baseposition="top,center,bottom"
샘플은 아래 링크를 참조하시면 됩니다.
https://github.com/ssomai/ScalableLayout/blob/v2.1.1/sample_scalablelayout/src/main/res/layout/activity_main.xml

Bug Fixes

Android Studio preview에서 v23으로 세팅했을때 에러가 뜨는 현상을 수정했습니다.