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

TextView의 marquee 속성.. #13

Closed
partyrock opened this issue Aug 22, 2014 · 2 comments
Closed

TextView의 marquee 속성.. #13

partyrock opened this issue Aug 22, 2014 · 2 comments

Comments

@partyrock
Copy link

marquee 적용하려면 어떻게 해야할까요..

@partyrock
Copy link
Author

GridView 에서 뿌려줄때 문제가 있었는데요
일단 ScaleableLayout 스크립트 내에
@OverRide
public void onLayout(boolean changed, int left, int top, int right, int bottom) {
super.onLayout(changed, left, top, right, bottom);

    setSelected(true);
}

이부분 추가해서 뷰가 모두 그려진후에 Select 해서 해결하였네요..
혹시 저랑같은 문제 발생하신분 참고하세요~

@ssomai
Copy link
Owner

ssomai commented Aug 22, 2014

오 감사합니다~~~~ ^^

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