-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
#3668 Ripple in Tabs Icon #3689
Conversation
@kelson42 @MohitMaliFtechiz I am not able to add a reviewer to this PR, so asking for it here. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3689 +/- ##
============================================
+ Coverage 50.63% 51.59% +0.96%
- Complexity 1196 1233 +37
============================================
Files 288 288
Lines 10851 10867 +16
Branches 1454 1456 +2
============================================
+ Hits 5494 5607 +113
+ Misses 4424 4300 -124
- Partials 933 960 +27 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sagar0-0 Thanks 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sagar0-0 Thanks 🎉 But I can't think why I can't access the PR. But I think it's only affect in the tab switcher not the entire tab bar which the ticket was created for.
Can you explain me further regarding the expected behaviour and how it is different from current implementation? |
@gouri-panda It is a fork. You can do one thing, clone the Sagar's repo, and then you can access this PR.
@Sagar0-0, @gouri-panda pointing to fix the full tab behavior, however, this ticket is only for the |
On it |
|
core/src/main/java/org/kiwix/kiwixmobile/core/main/TabsAdapter.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/kiwix/kiwixmobile/core/main/CoreReaderFragment.kt
Outdated
Show resolved
Hide resolved
@Sagar0-0 Please don't mark conservation as resolved yourself. Only those who created should close these. |
core/src/main/java/org/kiwix/kiwixmobile/core/main/CoreReaderFragment.kt
Outdated
Show resolved
Hide resolved
core/src/main/java/org/kiwix/kiwixmobile/core/main/CoreReaderFragment.kt
Show resolved
Hide resolved
core/src/main/java/org/kiwix/kiwixmobile/core/extensions/ViewExtensions.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change needed, then we are good to merge.
core/src/main/java/org/kiwix/kiwixmobile/core/extensions/ViewExtensions.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #3668
Added background for ripple
Screenshots