Oleksandr Melnykov
Oleksandr Melnykov
Implemented swiping between tabs of the main screen as described in http://developer.android.com/training/implementing-navigation/lateral.html#swipe-tabs Now it's more easier to navigate between tabs.
Hi! I've implemented generating resource file `color_.xml` with hex color codes used in a theme. This pull request resolves the issue #82.
Hi! This pull request adds an option to upload an icon to preview in the action bar. If a user doesn't select an icon, a default one is shown. Resolves...
You can see on the attached image that the app rate view overlaps the `Toolbar`. Is it possible with the current implementation to fix this? 
Trying to call the function facebook.publishMessage("Look at this great App!", "Use Android Simple Social Sharing in your project!", "https://github.com/nostra13/Android-Simple-Social-Sharing", "Also see other projects of nostra13 on GitHub!", "http://.......facebook-android-logo-1.jpg", actions); causes...
Summary: Changelog: [Android][Changed] - Bump Android compile and target SDK to 33 Differential Revision: D41007003
When user starts dragging the top page - the bottom page immediately overlaps it. See attached screenshots. This bug is appearing constantly on my Nexus S (Android 4.1.2) and on...
When outlines are enabled and page is scrolled - outline is not always fadded out. On the top screenshot outline is visible(isn't fadded out), on the bottom is invisible(is fadded...
I'm trying to enable outlines in the JazzyViewPager but after setting this option to true ViewPager becomes blank. ``` java mJazzy = (JazzyViewPager) findViewById(R.id.jazzy_pager); mJazzy.setOutlineEnabled(true); ``` 