Skip to content

Commit

Permalink
ADST-44 (#314)
Browse files Browse the repository at this point in the history
* retain data on scroll

* added hyperlink field

* added underline
  • Loading branch information
aman-alfresco authored Mar 5, 2024
1 parent 8931ade commit d3a6090
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import androidx.compose.ui.text.SpanStyle
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.text.UrlAnnotation
import androidx.compose.ui.text.buildAnnotatedString
import androidx.compose.ui.text.style.TextDecoration
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import com.alfresco.content.data.payloads.FieldsData
Expand Down Expand Up @@ -53,6 +54,7 @@ fun HyperLinkField(
text = fieldsData.name,
style = TextStyle(
fontSize = 16.sp,
textDecoration = TextDecoration.Underline,
color = MaterialTheme.colorScheme.onSurface,
),
)
Expand Down

0 comments on commit d3a6090

Please sign in to comment.