We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fec6e commit e16ed62Copy full SHA for e16ed62
app/src/main/java/com/amit/ui/flotingHintEditText/FloatingHintEditText.kt
@@ -490,7 +490,7 @@ class FloatingHintEditText : FrameLayout
490
imageColour = styledAttrs.getColor(R.styleable.FloatingHintEditText_fl_edit_text_icon_color, Color.GRAY)
491
cardCollapsedHeight = styledAttrs.getDimensionPixelOffset(
492
R.styleable.FloatingHintEditText_fl_card_collapsed_height,
493
- context.resources.getDimensionPixelOffset(R.dimen.four_dp)
+ context.resources.getDimensionPixelOffset(R.dimen._4_dp)
494
)
495
readOnly = styledAttrs.getBoolean(R.styleable.FloatingHintEditText_fl_is_read_only, false)
496
hintText = styledAttrs.getString(R.styleable.FloatingHintEditText_android_hint) ?: ""
0 commit comments