Move text styles to core UI.

This commit is contained in:
Alex Hart
2026-02-04 13:13:49 -04:00
committed by GitHub
parent c274805eb0
commit a74651d915
22 changed files with 41 additions and 36 deletions

View File

@@ -152,7 +152,7 @@ private fun ViewNoteBottomSheetContent(
factory = { context ->
val view = EmojiTextView(context)
view.setTextAppearance(context, R.style.Signal_Text_BodyLarge)
view.setTextAppearance(context, CoreUiR.style.Signal_Text_BodyLarge)
view.movementMethod = LinkMovementMethodCompat.getInstance()
view