mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Fix Fabs stays at left upper corner bug
This commit is contained in:
parent
5c3c4499dc
commit
c23dc75c90
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
p.setAnchorId(View.NO_ID);
|
||||
fabPlus.setLayoutParams(p);
|
||||
fabPlus.hide();
|
||||
fabCommons.hide();
|
||||
fabCamera.hide();
|
||||
fabGallery.hide();
|
||||
}
|
||||
|
||||
private void showFAB() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue