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

기본 다이얼로그 추가 #8

Open
ethan-223 opened this issue Mar 17, 2022 · 0 comments
Open

기본 다이얼로그 추가 #8

ethan-223 opened this issue Mar 17, 2022 · 0 comments
Assignees
Labels
feature 새로운 기능
Milestone

Comments

@ethan-223
Copy link
Collaborator

ethan-223 commented Mar 17, 2022

배경

  • 모여런 디자인 가이드에서 사용하는 다이얼로그는 그 형태가 비슷합니다.
  • 추후 중간에 다른 부분만 만들어 사용할 수 있도록, 범용성 높은 다이얼로그를 추가하고자 합니다.

예외

  • 상단 부분도 다름

작업 방식

  • 안드로이드 권장사항에 따라 DialogFragment로 작업합니다.
  • 기본 틀을 구성하는 BaseDialogFragment 를 만들고, 이를 상속하여 다형성을 제공하고자 합니다.
@ethan-223 ethan-223 added the feature 새로운 기능 label Mar 17, 2022
@ethan-223 ethan-223 added this to the v1.0.0 milestone Mar 17, 2022
@ethan-223 ethan-223 self-assigned this Mar 17, 2022
@ethan-223 ethan-223 moved this to In Progress in 모여런 Mar 20, 2022
ethan-223 added a commit that referenced this issue Mar 29, 2022
- 공통적으로 가져야할 속성들을 설정한 BaseDialogFragment 추가
- 함께 필요한 확장함수들 추가
ethan-223 added a commit that referenced this issue Mar 29, 2022
- 타이틀과 하단 버튼만을 구성하고 있는 CustomContentDialogFragment 추가
- 각종 레이아웃 및 drawable 추가
- 테마로 중복코드 해소
ethan-223 added a commit that referenced this issue Mar 29, 2022
- Content 로 텍스트만을 보여주는 TextConfirmDialogFragment 추가
- Fragment 를 띄우기 위한 확장함수 추가
ethan-223 added a commit that referenced this issue Mar 29, 2022
- 공통적으로 가져야할 속성들을 설정한 BaseDialogFragment 추가
- 함께 필요한 확장함수들 추가
ethan-223 added a commit that referenced this issue Mar 29, 2022
- 타이틀과 하단 버튼만을 구성하고 있는 CustomContentDialogFragment 추가
- 각종 레이아웃 및 drawable 추가
- 테마로 중복코드 해소
ethan-223 added a commit that referenced this issue Mar 29, 2022
- Content 로 텍스트만을 보여주는 TextConfirmDialogFragment 추가
- Fragment 를 띄우기 위한 확장함수 추가
@ethan-223 ethan-223 moved this from In Progress to Todo in 모여런 Apr 13, 2022
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 공통적으로 가져야할 속성들을 설정한 BaseDialogFragment 추가
- 함께 필요한 확장함수들 추가
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 타이틀과 하단 버튼만을 구성하고 있는 CustomContentDialogFragment 추가
- 각종 레이아웃 및 drawable 추가
- 테마로 중복코드 해소
ethan-223 added a commit that referenced this issue Apr 19, 2022
- Content 로 텍스트만을 보여주는 TextConfirmDialogFragment 추가
- Fragment 를 띄우기 위한 확장함수 추가
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
ethan-223 added a commit that referenced this issue Apr 19, 2022
- 디자인 가이드 변경으로 CustomContentDialogFragment, RoundDialogFragment 제거
- 해당 공용 다이얼로그 없이는 BaseDialogFragment 명칭이 애매해지므로 RoundDialogFragment 로 수정
- 버튼 스타일 수정 (배경 X, 글자 색 수정)
- 기타 불필요해진 파일 및 코드 제거
@ethan-223 ethan-223 moved this from Todo to PR in 모여런 Apr 19, 2022
ethan-223 added a commit that referenced this issue Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능
Projects
Status: PR
Development

No branches or pull requests

1 participant