我有一个布局,我只想占据屏幕宽度的百分比(左图)。现在,我的相对布局跨越了显示器的整个宽度(右图)。如何修复它以在左侧和右侧有边距?
这就是我定义相对布局的方式:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@color/white"
android:orientation="vertical"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp">