Skip to content

Releases: slaviboy/SliderEditText

First SliderEditText Release

22 Sep 16:14
3716753
Compare
Choose a tag to compare

First release for the SlideEditText

Supported Properties

  • background_color - (default:#333333) background color
  • foreground_color - (default:#666666) foreground color
  • range_lower - (default:0) lower range value
  • range_upper - (default:100) upper range value
  • default_value - (default:0) default value
  • round_decimal_places - (default:1) to what decimal places to round the value
  • suffix - (default:"") suffix put after the value
  • prefix - (default:"") prefix put before the value
  • corner_radius - (default:0) corner radius for the all cornern
  • corner_radius_upper_left - (default:0) corner radius for the upper left corner
  • corner_radius_upper_right - (default:0) corner radius for the upper right corner
  • corner_radius_lower_left - (default:0) corner radius for the lower left corner
  • corner_radius_lower_right - (default:0) corner radius for the lower right corner
  • background_padding - (default:0) background padding for all four direction
  • background_padding_left - (default:0) background padding for left direction
  • background_padding_top - (default:0) background padding for top direction
  • background_padding_right - (default:0) background padding for right direction
  • background_padding_bottom - (default:0) background padding for bottom direction
  • foreground_padding - (default:0) foreground padding for all four direction
  • foreground_padding_left - (default:0) foreground padding for left direction
  • foreground_padding_top - (default:0) foreground padding for top direction
  • foreground_padding_right - (default:0) foreground padding for right direction
  • foreground_padding_bottom - (default:0) foreground padding for bottom direction
  • text_padding - (default:0) foreground padding for all four direction
  • text_padding_left - (default:0) text padding for left direction
  • text_padding_top - (default:0) text padding for top direction
  • text_padding_right - (default:0) text padding for right direction
  • text_padding_bottom - (default:0) text padding for bottom direction