Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parsing of independent padding attributes #69

Merged
merged 1 commit into from
Feb 21, 2015

Commits on Feb 20, 2015

  1. Add parsing of independent padding attributes

    - Allows paddingLeft and paddingRight to be set separately
    - For existing apps that _only_ specify left or right, they must add
    the other property for no change to be effected
    - For existing apps that specify the same padding for left and
    right, they needn't do anything to maintain behaviour
    - For existing apps that specify different values for left and right
    padding, they must increase the smaller padding to match the
    higher one to maintain behaviour
    - For existing apps that use `app:pstsPaddingMiddle="true"`
    no change is required to maintain behaviour (this seems to
    override the padding values anyway)
    ataulm committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    9f733e9 View commit details
    Browse the repository at this point in the history