Describe the bug
The last member name and details are hiding and cannot be seen while scrolling
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The last name of the member should be clearly seen
Screenshots
Smartphone (please complete the following information):
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.