Mentorship-android: Bug : Last member cannot be seen in members tab while scrolling

Created on 26 Jan 2021  路  10Comments  路  Source: anitab-org/mentorship-android

Describe the bug
The last member name and details are hiding and cannot be seen while scrolling

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Members tab in apk'
  2. Scroll down
  3. See error

Expected behavior
The last name of the member should be clearly seen

Screenshots

https://user-images.githubusercontent.com/60894542/105891578-cbe1b780-6036-11eb-978a-ae98a6575803.mp4

Smartphone (please complete the following information):

  • Device: Redmi Y2
  • OS: Android10
User Interface First Timers Only Bug

All 10 comments

I can confirm this. 馃憤馃徏

Can I work on this? @vj-codes @isabelcosta

Btw the bug is present throughout the app not only the members screen. I think it's because of the collapsing toolbar.

Assigning you @epicadk
Happy coding!
The bug as far as my observation is not on home and current relation screen, otherwise present on others

Fixed it however it's only one line that needs to be changed so should this be marked as a good first issue or should I create a pr?

@epicadk first timers 馃殌
I'll remove your assignment :(

Can you delete/edit the previous comment , the file name makes it more easier

Can I work on this?

Assigning you @dhruvmendiratta6
Happy coding!

I applied the following diff to the code:

diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 67542b8..40b6e11 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -53,7 +53,6 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:fillViewport="true"
-            android:layout_marginBottom="@dimen/fab_button_visible"
             app:layout_behavior="@string/appbar_scrolling_view_behavior">

             <FrameLayout

Even though it appears to work the tests don't pass.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iofall picture iofall  路  4Comments

Kavya-24 picture Kavya-24  路  8Comments

Dilu9218 picture Dilu9218  路  9Comments

iofall picture iofall  路  3Comments

mohak1283 picture mohak1283  路  9Comments