Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 573 Bytes

widgets.rst

File metadata and controls

26 lines (16 loc) · 573 Bytes

Widgets

ClearableEditText

_static/images/clearable_edittext.*

Default icon image can be changed by setting android:drawableRight attribute.

To increase the interval between text and icon, specify android:drawablePadding.

E.g.

<org.droidparts.widget.ClearableEditText
    android:drawableRight="@android:drawable/ic_action_remove"
    android:drawablePadding="12dp" />

MultiSelectListPreference

_static/images/multiselect_pref.*