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

UI Implementation #7

Merged
merged 7 commits into from
Jul 26, 2017
Merged

UI Implementation #7

merged 7 commits into from
Jul 26, 2017

Conversation

thetinayang
Copy link
Contributor

@thetinayang thetinayang commented Jul 26, 2017

Implemented the UI via XML files.
COMPLETED:

  • All 7 individual fragments for UI
  • updated colors.xml and strings.xml
  • set PagerTabStrip to black, changes as you scroll Left/Right
  • AppIcon

mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());

mViewPager = (ViewPager) findViewById(R.id.container);
mViewPager.setAdapter(mSectionsPagerAdapter);

PagerTabStrip titleStrip = (PagerTabStrip) mViewPager.findViewById(R.id.pager_title_strip);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

@sabrinaj206 sabrinaj206 merged commit 8f5522e into t-sajia/tabs Jul 26, 2017
@sabrinaj206 sabrinaj206 deleted the t-linyan/UI branch July 26, 2017 23:42
ghost pushed a commit that referenced this pull request Oct 24, 2019
* Bump Gradle Build Plugin from 3.5.0 to 3.5.1

* Bump appCenterSdkVersion from 2.3.0 to 2.4.0 (#7)

* Bump appCenterSdkVersion from 2.4.0 to 2.4.1 (#8)
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.

3 participants