Skip to content

Commit

Permalink
Fixing the compile errors due to changes in core-ktx APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
florina-muntenescu committed Sep 17, 2019
1 parent 3d30640 commit 281bf76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import android.text.SpannedString
import android.text.style.LeadingMarginSpan
import android.text.style.RelativeSizeSpan
import android.text.style.StyleSpan
import androidx.text.buildSpannedString
import androidx.text.inSpans
import androidx.core.text.buildSpannedString
import androidx.core.text.inSpans
import com.android.example.text.styling.parser.Element
import com.android.example.text.styling.parser.Parser
import com.android.example.text.styling.renderer.spans.BulletPointSpan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import androidx.annotation.VisibleForTesting
import android.text.Layout
import android.text.Spanned
import android.text.style.LeadingMarginSpan
import androidx.graphics.withTranslation
import androidx.core.graphics.withTranslation

/**
* Creating a bullet span with bigger bullets than [android.text.style.BulletSpan]
Expand Down Expand Up @@ -112,4 +112,4 @@ class BulletPointSpan(

style = oldStyle
}
}
}

0 comments on commit 281bf76

Please sign in to comment.