mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Move text styles to core UI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user