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

Some renamings to reduce unnecessary variable naming diversity #216

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Some renamings to reduce unnecessary variable naming diversity #216

wants to merge 3 commits into from

Commits on Feb 10, 2014

  1. Renamed layoutResID to layoutResId to make it consistent with

    MenuDrawer.java naming convention.
    mallamanis committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    ad05b3e View commit details
    Browse the repository at this point in the history
  2. Renamed MenuDrawer instances in samples. The mMenuDrawer was used

    in 9 positions in the sample, while mDrawer was used 5 times. This
    commit makes the naming more consistent throught the samples.
    mallamanis committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    f712e72 View commit details
    Browse the repository at this point in the history
  3. Renamed onCreate's Bundle argument to inState. inState

    was previously used 14 times in the code, while savedInstanceState
    only 3.
    mallamanis committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    9b5d9a9 View commit details
    Browse the repository at this point in the history