ProgressableImageView
Motivated by layout in Words Of Wonders app.
Demo

Divider Width Demo

Divider Color Demo

Usage
Attribute
app:progress
value is between 0 and 1 float value. 1 = fullly bright. 0 = fully gray.
app:dividerColor
value is color which type is color.
app:dividerWidth
value is divider width which type is dimen.
app:direction
value is for progress direction which type is enum and values [leftToRight,rightToLeft,topToBottom,bottomToTop].
app:touchEnabled
value is for progress change by touch event which type is boolean.