Closed vikramkakkar closed 8 years ago
This is now available on the dev
branch.
Usage:
Define attribute snvDividerColor
under your app's main theme:
<!-- Example base application theme. -->
<style name="AppThemeBase" parent="Theme.AppCompat.Light.NoActionBar">
....
....
<item name="snvDividerColor">........</item>
</style>
Valid values are:
- hex values: #000, #a000, #ab123456, #123456
- attrs that resolve to a color: ?attr/colorAccent
- colors defined in xml: @color/my_divider_color
At present, the divider color is hardcoded.
This was pointed out by
McLeroy Ibe
in comments to this post: https://plus.google.com/100964782314646213329/posts/4bnWPTvg7kU