Skip to content
Snippets Groups Projects
Verified Commit 8ff9a687 authored by Beowulf's avatar Beowulf
Browse files

make DecimalFormat private

parent 480bf31c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class TempGraphAdapter(context: Context, attributeSet: AttributeSet) : View(cont
private val dm = resources.displayMetrics
private val radius = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP, 5f, dm)
private var rainUnit = ""
val df = DecimalFormat("#.#")
private val df = DecimalFormat("#.#")
private val dataPointPaint = Paint().apply {
context.theme.resolveAttribute(R.attr.colorAccent, typedValue, true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment