cleaned some space
This commit is contained in:
parent
6605590688
commit
3b3eec8d91
3 changed files with 2 additions and 5 deletions
|
@ -37,7 +37,4 @@
|
||||||
android:textSize="@dimen/default_desc_text_size"
|
android:textSize="@dimen/default_desc_text_size"
|
||||||
osmand:typeface="@string/font_roboto_medium" />
|
osmand:typeface="@string/font_roboto_medium" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue