cleaned some space

This commit is contained in:
Chumva 2018-03-15 15:59:44 +02:00
parent 6605590688
commit 3b3eec8d91
3 changed files with 2 additions and 5 deletions

View file

@ -38,6 +38,3 @@
osmand:typeface="@string/font_roboto_medium" /> osmand:typeface="@string/font_roboto_medium" />
</LinearLayout> </LinearLayout>

View file

@ -33,7 +33,6 @@ public class FavouritesAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
private boolean useCenter; private boolean useCenter;
private int screenOrientation; private int screenOrientation;
public FavouritesAdapter(Context context, List<FavouritePoint> FavouritePoints) { public FavouritesAdapter(Context context, List<FavouritePoint> FavouritePoints) {
this.favouritePoints = FavouritePoints; this.favouritePoints = FavouritePoints;
this.context = context; this.context = context;

View file

@ -97,6 +97,7 @@ public class FavouritesBottomSheetMenuFragment extends MenuBottomSheetDialogFrag
compassUpdateAllowed = newState == RecyclerView.SCROLL_STATE_IDLE; compassUpdateAllowed = newState == RecyclerView.SCROLL_STATE_IDLE;
} }
}); });
items.add(new BaseBottomSheetItem.Builder() items.add(new BaseBottomSheetItem.Builder()
.setCustomView(recyclerView) .setCustomView(recyclerView)
.create()); .create());