отрегулируйте высоту первого изображения в соответствии со вторым imageview
#android #imageview #Android #imageview Вопрос: <RelativeLayout android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_weight=".40" android:orientation="vertical" > <ImageView android:id="@ id/First" android:layout_width="match_parent" android:layout_height="160px" android:layout_centerInParent="true" android:padding="5dp" /> <ImageView android:id="@ id/Second" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerInParent="true" android:background="@drawable/play_small" /> </RelativeLayout> Я…