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

[fix/error_text]: error 화면 text 변경 #152

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions core/common/src/main/res/layout/fragment_error_fullscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
android:id="@+id/tvErrorTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="네트워크 오류가 발생했어요"
android:layout_marginTop="48dp"
android:text="현재 접속이 원활하지 않아요"
android:textColor="#5f6168"
android:textSize="18sp"
android:textStyle="bold"
Expand All @@ -33,14 +33,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="연결 확인 후 다시 시도해주세요"
android:text="네트워크 연결을 확인하거나\n잠시 후 다시 시도해주세요"
android:textColor="#5f6168"
android:textSize="14sp"
app:layout_constraintEnd_toEndOf="@id/ivError"
app:layout_constraintStart_toStartOf="@id/ivError"
app:layout_constraintTop_toBottomOf="@id/tvErrorTitle" />




</androidx.constraintlayout.widget.ConstraintLayout>