Android RelativeLayout marginBottom не работает
#android #Android Вопрос: Я пытаюсь установить marginBottom для RelativeLayout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@ id/parentView" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" android:marginBottom="15dp" android:marginLeft="10dp" android:focusable="true" android:focusableInTouchMode="true" android:layout_marginRight="10dp" android:layout_marginTop="8dp"> <!-- Rest of thelayout --> </RelativeLayout> Но marginBottom…