Add new iconography for custom stories.

This commit is contained in:
Alex Hart
2022-10-19 13:56:38 -03:00
committed by Cody Henthorne
parent 44f551acc5
commit a176188c7d
4 changed files with 15 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class ChooseStoryTypeBottomSheet : DSLSettingsBottomSheetFragment(
stringId = R.string.ChooseStoryTypeBottomSheet__visible_only_to
),
icon = DSLSettingsIcon.from(
iconId = R.drawable.ic_plus_24,
iconId = R.drawable.ic_stories_24,
iconTintId = R.color.signal_colorOnSurface,
backgroundId = R.drawable.circle_tintable,
backgroundTint = R.color.signal_colorSurface5,

View File

@@ -1350,7 +1350,7 @@ public class Recipient {
}
public @NonNull FallbackContactPhoto getPhotoForDistributionList() {
return new ResourceContactPhoto(R.drawable.ic_lock_24, R.drawable.ic_lock_24, R.drawable.ic_lock_40);
return new ResourceContactPhoto(R.drawable.ic_stories_24, R.drawable.ic_stories_24, R.drawable.ic_stories_24);
}
}