mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #267 from usetrmnl/docs-update
[UPDATE] Info text for device type to be more precise
This commit is contained in:
@@ -55,7 +55,7 @@ internal fun TrmnlDeviceTypeInfoText() {
|
||||
val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline)
|
||||
val annotatedString =
|
||||
buildAnnotatedString {
|
||||
append("Your TRMNL device token can be found in settings screen from your ")
|
||||
append("Mirrors your existing TRMNL content. Your TRMNL device token can be found in settings screen from your ")
|
||||
|
||||
withLink(
|
||||
LinkAnnotation.Url(
|
||||
@@ -110,7 +110,7 @@ internal fun ByodDeviceTypeInfoText() {
|
||||
val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline)
|
||||
val annotatedString =
|
||||
buildAnnotatedString {
|
||||
append("Bring your own device (BYOD) works like a master TRMNL device. You will need BYOD add-on. ")
|
||||
append("Bring your own device (BYOD) config. You will need BYOD add-on license. ")
|
||||
|
||||
withLink(
|
||||
LinkAnnotation.Url(
|
||||
@@ -151,7 +151,7 @@ internal fun ByosDeviceTypeInfoText() {
|
||||
val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline)
|
||||
val annotatedString =
|
||||
buildAnnotatedString {
|
||||
append("Bring your own server (BYOS) config.")
|
||||
append("Bring your own server (BYOS) config. ")
|
||||
|
||||
withLink(
|
||||
LinkAnnotation.Url(
|
||||
|
||||
Reference in New Issue
Block a user