Skip to content

Commit

Permalink
Remove unused license
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 28, 2024
1 parent da7581a commit 6be5b20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
<string name="content_description_youtube">YouTube</string>
<string name="content_description_x">X</string>
<string name="content_description_medium">Medium</string>
<string name="license_description">The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ fun AboutFooterLinks(
)
}
Spacer(modifier = Modifier.height(8.dp))
Text(
modifier = Modifier.padding(horizontal = 12.dp),
text = stringResource(AboutRes.string.license_description),
style = MaterialTheme.typography.labelSmall,
textAlign = TextAlign.Center,
color = if (isSystemInDarkTheme()) licenseDescriptionDark else licenseDescriptionLight,
)
Spacer(modifier = Modifier.height(8.dp))
}
}

Expand Down

0 comments on commit 6be5b20

Please sign in to comment.