Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setScale_TextViewWrapContentMode 사용법이 궁금합니다. #10

Closed
sion1116 opened this issue Jun 5, 2014 · 5 comments
Closed

setScale_TextViewWrapContentMode 사용법이 궁금합니다. #10

sion1116 opened this issue Jun 5, 2014 · 5 comments

Comments

@sion1116
Copy link

sion1116 commented Jun 5, 2014

최근에 setScale_TextViewWrapContentMode이 추가된 것 같은데요.
사용법을 알려주시면 감사하겠습니다.
특히 pMode는 대략 알겠는데 pTotally는 잘 모르겠네요.
가이드 부탁드립니다.^^

@ssomai
Copy link
Owner

ssomai commented Jun 5, 2014

헉, 어떻게 아셨나요? ㅎㅎ
몇몇분이 요청하셨기도 하고, 저도 필요한 기능이라서
실험적으로 구현하고 있는 기능입니다 ㅎ

TextViewWrapContentMode의 말 그대로
ScalableLayout안에 있는 TextView의 내용에 맞춰서 TextView의 크기를 변화시켜주는 기능입니다.
그 크기가 변하는 방향을 pMode에 지정합니다 ㅎ
그와 함께 그 쪽 방향에 있는 View들의 위치도 함께 옮겨집니다.

pTotally는 이때 ScalableLayout의 크기도 같이 변하게 할지 말지를 지정하는 옵션입니다. ㅎ
또한 TextView를 감싸고 있는 View의 크기에 대해서도 함께 적용되는 옵션입니다.

관심가져주셔서 감사합니다~ ㅎ
아직 완성도가 떨어지는 부분이 있을수도 있으니 이 기능에서 이상한 부분이 있으면,
언제든 이슈 올려주시면 감사하겠습니다~ ㅎㅎ

기능이 안정화되면 그때 가이드도 작성해서 올리겠습니다~ ㅎㅎ

@sion1116
Copy link
Author

sion1116 commented Jun 9, 2014

답변 감사합니다.
아직 JAVA소스에서만 사용되는 것 같던데 향후 Custom Attribute로도 사용이 가능할까요?

@ssomai
Copy link
Owner

ssomai commented Jun 9, 2014

아! 맞네요! 바로 작업해서 커밋하고 여기에 다시 코멘트 하겠습니다 ㅎ

@ssomai
Copy link
Owner

ssomai commented Jun 9, 2014

Custom Attribute로 사용하실수있게 구현해서 커밋했습니다~

사용해보시고 버그나 문제가 있으면 언제든 리포트 주세요~ 감사합니다~ ㅎ

아참 메소드 이름이랑 파라미터 이름을 변경했습니다~.
기존 이름이 러프하게 지어진거라서요 ㅎ
메소드 이름은 setTextView_WrapContent 입니다~.

@sion1116
Copy link
Author

sion1116 commented Jun 9, 2014

빠르게 답변 주시고 커밋까지 감사합니다^^

2014년 6월 9일 오전 11:48, Youngmann Kim notifications@github.com님이 작성:

Custom Attribute로 사용하실수있게 구현해서 커밋했습니다~ ㅎ

사용해보시고 버그나 문제가 있으면 언제든 리포트 주세요~ ㅎ


Reply to this email directly or view it on GitHub
#10 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants