Skip to content

Instantly share code, notes, and snippets.

@MasoudFallahpour
Created September 10, 2020 17:46
Show Gist options
  • Save MasoudFallahpour/41ee902dc578d06df021f817d9af33d9 to your computer and use it in GitHub Desktop.
Save MasoudFallahpour/41ee902dc578d06df021f817d9af33d9 to your computer and use it in GitHub Desktop.
class SearchEditText
@JvmOverloads constructor(
context: Context,
attributeSet: AttributeSet? = null,
defStyle: Int = androidx.appcompat.R.attr.editTextStyle
) : AppCompatEditText(context, attributeSet, defStyle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment