Skip to content

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

Open
haldny wants to merge 10 commits into
devfrom
ISSUE_182
Open

Create the main screen with new UX/UI using DrawerNavigation#186
haldny wants to merge 10 commits into
devfrom
ISSUE_182

Conversation

@haldny
Copy link
Copy Markdown

@haldny haldny commented Jun 21, 2019

Create the Drawer menu following the UX/UI design

fixes #182

Comment thread app/src/main/java/br/org/cesar/discordtime/stickysessions/ui/main/MainActivity.kt Outdated
Comment thread app/src/main/res/layout/activity_main_bottom.xml
@@ -44,7 +47,9 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
}

mToolbarTitle = findViewById(R.id.toolbar_title)
Copy link
Copy Markdown

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)
}

})
public interface MeetingComponent {
void inject(MeetingActivity activity);
void inject(MeetingFragment activity);
Copy link
Copy Markdown

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
Copy Markdown

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