Skip to content

Commit

Permalink
[Fix/#443] Android resource linking failed 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yxnsx committed Dec 4, 2023
1 parent f825fae commit 809044b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/layout_dialog_one_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:textAppearance="?textAppearanceHeadlineLarge"
android:textColor="@color/white_100"
android:textColor="@color/white"
app:layout_constraintTop_toTopOf="parent"
tools:text="title" />

Expand All @@ -61,7 +61,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:background="@drawable/rectangle_radius_10"
android:backgroundTint="@color/white_100"
android:backgroundTint="@color/white"
android:paddingStart="23dp"
android:paddingTop="9dp"
android:paddingEnd="21dp"
Expand Down

0 comments on commit 809044b

Please sign in to comment.