We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
쪽지가 긴 경우 보이지 않는 경우 해결
뷰의 높이를 고정 DP로 주어서 긴 쪽지가 보이지 않더라구요. wrap_content로 수정했습니다.
The text was updated successfully, but these errors were encountered:
krrong
No branches or pull requests
🚨 요약
쪽지가 긴 경우 보이지 않는 경우 해결
Before
❓ 이유
뷰의 높이를 고정 DP로 주어서 긴 쪽지가 보이지 않더라구요. wrap_content로 수정했습니다.
The text was updated successfully, but these errors were encountered: