Skip to content

1.8.1

Latest
Compare
Choose a tag to compare
@B-Sahana B-Sahana released this 17 Feb 15:13
8dc37f6

New Features

  • Added new attributes:

  • android:layout_margin

  • app:setMarginLeft

  • app:setMarginRight

  • app:setMarginTop

  • app:setMarginBottom

  • app:setBottomLeftRadius

  • app:setBottomRightRadius

  • app:setTopLeftRadius and

  • app:setTopRightRadius

  • Added new methods:

    • setMargin(@DimenRes @Nullable Integer left, @DimenRes @Nullable Integer top, @DimenRes @Nullable Integer right, @DimenRes @Nullable Integer bottom)
    • setLayoutMargin(@DimenRes int resId)
    • setLayoutLeftMargin(@DimenRes int resId)
    • setLayoutRightMargin(@DimenRes int resId)
    • setLayoutTopMargin(@DimenRes int resId)
    • setLayoutBottomMargin(@DimenRes int resId)
    • setCornerRadius(@DimenRes int resId) ,
    • setBottomRightRadius(@DimenRes int resId)
    • setBottomLeftRadius(@DimenRes int resId)
    • setTopRightRadius(@DimenRes int resId) and
    • setTopLeftRadius(@DimenRes int resId)