We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your code style looks so good, how can I format code like yours? I have tried to set Group declarations but it still looks not so good. just like:
Group declarations
private static final float PERCENTAGE_TO_SHOW_TITLE_AT_TOOLBAR = 0.9f; private static final float PERCENTAGE_TO_HIDE_TITLE_DETAILS = 0.3f; private static final int ALPHA_ANIMATIONS_DURATION = 200; private boolean mIsTheTitleVisible = false; private boolean mIsTheTitleContainerVisible = true; ... mToolbar = (Toolbar) findViewById(R.id.main_toolbar); mTitle = (TextView) findViewById(R.id.main_textview_title); mTitleContainer = (LinearLayout) findViewById(R.id.main_linearlayout_title); mAppBarLayout = (AppBarLayout) findViewById(R.id.main_appbar);
what I want:
thanks:D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your code style looks so good, how can I format code like yours? I have tried to set
Group declarations
but it still looks not so good.just like:
what I want:
thanks:D
The text was updated successfully, but these errors were encountered: