app / com.gmail.ayteneve93.apex.kakaopay_preassignment.utils / BindingUtils / setLayoutConstraintGuideBegin
setLayoutConstraintGuideBegin
@JvmStatic fun setLayoutConstraintGuideBegin(guideline: Guideline, percent: Float): Unit
이미지 Thumbnail 을 표시하는 Recycler View 는 Pinch 제스쳐로
확대/축소를 지원하는데, 이 때 ConstraintLayout 의 Guideline 을 두고
GuideLine 의 시작 위치를 percent 로 제어해서 구현합니다.
Parameters
guideline
- 리사이징에 주체가 되는 Guideline 입니다.
percent
- Guideline 의 크기입니다. 1.0 일 경우 최대, 0.0 일 경우 최소입니다.