Commit d8f1cd68 authored by Noor Binte Amir's avatar Noor Binte Amir

Typo in DrawableHelper.kt

Corrected typo 'before tint it' to 'before tinting it'.
parent acb0f6f3
...@@ -43,7 +43,7 @@ object DrawableHelper { ...@@ -43,7 +43,7 @@ object DrawableHelper {
/** /**
* Tints an array of Drawable. * Tints an array of Drawable.
* *
* REMARK: you MUST always wrap the array of Drawable before tint it. * REMARK: you MUST always wrap the array of Drawable before tinting it.
* *
* @param drawables The array of Drawable to tint. * @param drawables The array of Drawable to tint.
* @param context The context. * @param context The context.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment