pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 694 forks source link

'clipPadding' property for TitleFlowIndicator is introduced. #22

Closed iboyko closed 13 years ago

iboyko commented 13 years ago

As discussed before (issue #21) this pull request contains only TitleFlowIndicator.java, attrs.xml, and title_layout.xml.

Integer value that is defined by the property is used on the left side of the left view title and on the right side of the right view title so the views can have padding to the border to the parent view. Default value is 0.

'clipPadding' can be defined as attribute in xml layout see title_with_padding_layout.xml in viewflow_example project.

pakerfeldt commented 13 years ago

Thank you!