-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Waffle 텍스트 편집 위젯 구현 #22
Comments
💡 ViewSystem의 제약 AOSP에서 아래와 같이 상속되는 구조 인데 MultiAutoCompleteTextView < AutoCompleteTextView < EditText < TextView EditText에 해당하는 WaffleEditTextView를 만들 수 있지만 기존에 존재하던 AutoCompleteTextView의 부모 클래스는 변경이 불가능하다. 결국 WaffleEditText에 추가된 로직은 WaffleAutoCompleteTextView, WaffleMultiAutoCompleteTextView 각각에 추가 해야 하는 상황에 직면하게 된다, ```
|
와 희성님 ㅋㅋㅋㅋㅋㅋ 대체 어디까지 분석하신 거예요,, 대박입니다 ㅜ |
|
AutoComplete는 무시하고 EditText로만 구현하거나 EditText를 포함하는 compoundView를 만들수도 있겠네요! |
EditTextView를 상속한 구조가 아닌 FrameLayout을 상속한 CompoundView로 구현하겠습니다!
|
체크리스트
요약
No response
필요한 이유
DoneDone에서 사용되는 텍스트 편집 위젯은 AOSP GUI와 조금 다르다.
와플만의 GUI를 가진 텍스트 편집 위젯을 구현 한다.
목표
Waffle 텍스트 편집 위젯 구현
추후 목표
No response
계획
논의 사항
The text was updated successfully, but these errors were encountered: