feat(following): 팔로우 해제 확인 dialog를 적용한다

This commit is contained in:
2026-08-18 11:57:21 +09:00
parent 16633b978e
commit 388304dbaa
13 changed files with 234 additions and 101 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_800" />
<corners android:radius="100dp" />
</shape>
+4
View File
@@ -345,6 +345,10 @@
<string name="creator_channel_dm_check_button">Check DMs</string>
<string name="creator_channel_follow_button">Follow</string>
<string name="creator_channel_unfollow_success">Following has been canceled.</string>
<string name="creator_unfollow_confirm_title">Unfollow</string>
<string name="creator_unfollow_confirm_desc">Youll no longer receive updates from %1$s.\nDo you want to unfollow?</string>
<string name="creator_unfollow_confirm_cancel">Cancel</string>
<string name="creator_unfollow_confirm_confirm">Unfollow</string>
<string name="creator_channel_block_success">Blocked.</string>
<string name="creator_channel_section_live">Live now</string>
<string name="creator_channel_section_latest_audio">Latest audio</string>
+4
View File
@@ -345,6 +345,10 @@
<string name="creator_channel_dm_check_button">DMを確認</string>
<string name="creator_channel_follow_button">フォロー</string>
<string name="creator_channel_unfollow_success">フォローを解除しました。</string>
<string name="creator_unfollow_confirm_title">フォロー解除</string>
<string name="creator_unfollow_confirm_desc">%1$sからの最新情報を受け取れなくなります。\nフォローを解除しますか?</string>
<string name="creator_unfollow_confirm_cancel">キャンセル</string>
<string name="creator_unfollow_confirm_confirm">解除する</string>
<string name="creator_channel_block_success">ブロックしました。</string>
<string name="creator_channel_section_live">配信中</string>
<string name="creator_channel_section_latest_audio">最新オーディオ</string>
+4
View File
@@ -344,6 +344,10 @@
<string name="creator_channel_dm_check_button">DM 확인하기</string>
<string name="creator_channel_follow_button">팔로우</string>
<string name="creator_channel_unfollow_success">팔로잉이 취소되었습니다.</string>
<string name="creator_unfollow_confirm_title">팔로우 해제</string>
<string name="creator_unfollow_confirm_desc">팔로우를 해제할까요?\n%1$s의 소식을 받을 수 없어요.</string>
<string name="creator_unfollow_confirm_cancel">취소</string>
<string name="creator_unfollow_confirm_confirm">해제하기</string>
<string name="creator_channel_block_success">차단하였습니다.</string>
<string name="creator_channel_section_live">현재 라이브</string>
<string name="creator_channel_section_latest_audio">최신 오디오</string>