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

Create the main screen with new UX/UI using DrawerNavigation #186

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

haldny
Copy link

@haldny haldny commented Jun 21, 2019

Create the Drawer menu following the UX/UI design

fixes #182

@@ -44,7 +47,9 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
}

mToolbarTitle = findViewById(R.id.toolbar_title)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i meant:

mToolbarTitle = findViewById(R.id.toolbar_title).apply {
text = getString(R.string.nav_header_desc)
}

@@ -32,5 +32,5 @@
AuthModule.class
})
public interface MeetingComponent {
void inject(MeetingActivity activity);
void inject(MeetingFragment activity);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inject(MeetingFragment fragment)

@coveralls
Copy link

coveralls commented Feb 19, 2020

Pull Request Test Coverage Report for Build 479

  • 1 of 2 (50.0%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 66.076%

Changes Missing Coverage Covered Lines Changed/Added Lines %
app/src/main/java/br/org/cesar/discordtime/stickysessions/app/StickySessionApplication.java 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
app/src/main/java/br/org/cesar/discordtime/stickysessions/app/StickySessionApplication.java 1 0%
Totals Coverage Status
Change from base Build 436: 0.0%
Covered Lines: 485
Relevant Lines: 734

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the main screen with new UX/UI using DrawerNavigation
4 participants