Skip to content

Instantly share code, notes, and snippets.

View masoudkarimi's full-sized avatar
👨‍💻
At work

Masoud Karimi masoudkarimi

👨‍💻
At work
  • ICE Global
  • Tehran/Iran
View GitHub Profile
class PriceTextInputLayout @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = R.attr.textInputStyle
) : TextInputLayout(context, attrs, defStyleAttr) {
val locale = Locale(LOCALE_LANGUAGE_FA)
override fun onAttachedToWindow() {