removing align to end of the Auto-translated message.
This commit is contained in:
+1
-2
@@ -98,8 +98,7 @@ fun TranslateableRichTextViewer(
|
|||||||
Row(
|
Row(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(top = 5.dp),
|
.padding(top = 5.dp)
|
||||||
horizontalArrangement = Arrangement.End
|
|
||||||
) {
|
) {
|
||||||
val clickableTextStyle =
|
val clickableTextStyle =
|
||||||
SpanStyle(color = MaterialTheme.colors.primary.copy(alpha = 0.52f))
|
SpanStyle(color = MaterialTheme.colors.primary.copy(alpha = 0.52f))
|
||||||
|
|||||||
Reference in New Issue
Block a user