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

@ -37,7 +37,4 @@
android:textSize="@dimen/default_desc_text_size"
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 int screenOrientation;
public FavouritesAdapter(Context context, List<FavouritePoint> FavouritePoints) {
this.favouritePoints = FavouritePoints;
this.context = context;

View file

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