We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205592 commit 43dc52bCopy full SHA for 43dc52b
pangutext-android/src/main/java/com/highcapable/pangutext/android/core/PanguMarginSpan.kt
@@ -39,7 +39,7 @@ import kotlin.math.round
39
* Pangu span with margin.
40
* @param margin the margin size (px).
41
*/
42
-internal class PanguMarginSpan(@Px val margin: Int) : ReplacementSpan() {
+internal class PanguMarginSpan(@param:Px val margin: Int) : ReplacementSpan() {
43
44
internal companion object {
45
0 commit comments