Skip to content

Commit

Permalink
chore: tooltip rectangle 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhm0728 committed Jan 18, 2025
1 parent 3317b3d commit 4d2634f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<solid android:color="@color/gray_400_70" />
<corners
android:bottomLeftRadius="0dp"
android:bottomRightRadius="22dp"
android:topLeftRadius="22dp"
android:topRightRadius="22dp" />
android:bottomRightRadius="20dp"
android:topLeftRadius="20dp"
android:topRightRadius="20dp" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_400_70" />
<corners
android:bottomLeftRadius="22dp"
android:bottomLeftRadius="20dp"
android:bottomRightRadius="0dp"
android:topLeftRadius="22dp"
android:topRightRadius="22dp" />
android:topLeftRadius="20dp"
android:topRightRadius="20dp" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
style="@style/pretendard_regular_12"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/rectangle_tooltip_left"
android:background="@drawable/rectangle_radius_20_without_bottom_left"
android:paddingHorizontal="16dp"
android:paddingVertical="8dp"
android:text="@string/detail_meeting_departure_time_guide"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/layout_missing_tooltip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
style="@style/pretendard_regular_12"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/rectangle_tooltip_right"
android:background="@drawable/rectangle_radius_20_without_bottom_right"
android:paddingHorizontal="16dp"
android:paddingVertical="8dp"
android:textColor="@color/secondaryVariant"
Expand Down

0 comments on commit 4d2634f

Please sign in to comment.