Skip to content

Commit

Permalink
fix : 온보딩 화면 color 설정 오류 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Jan 8, 2024
1 parent 4248a51 commit 76c7cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/layout_onboarding_step.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
android:layout_width="12dp"
android:layout_height="12dp"
android:background="@drawable/ic_circle"
android:backgroundTint="@color/{}"
android:visibility="@{exitVisible ? View.VISIBLE:View.GONE}"
android:backgroundTint="@color/gray300"
app:layout_constraintBottom_toBottomOf="@id/onboarding_line"
app:layout_constraintStart_toStartOf="@id/onboarding_line"
app:layout_constraintTop_toTopOf="@id/onboarding_line" />
Expand Down Expand Up @@ -85,4 +84,5 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/onboarding_step_3" />
</androidx.constraintlayout.widget.ConstraintLayout>

</layout>

0 comments on commit 76c7cf8

Please sign in to comment.