Неправильное выравнивание меню ресайклера
#android Вопрос: RecyclerLayout.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:orientation="vertical" android:layout_height="match_parent" android:background="#FF00FF"> <androidx.recyclerview.widget.RecyclerView android:id="@ id/Recyclergrid" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" app:cardBackgroundColor="@color/app_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@id/Boxlayout" /> <LinearLayout > CardLayout.xml <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clipToPadding="false"…