android:padding="120dip"
画面サイズに応じて異なる必要があり、他のいくつかの xml を作成したくない場合はどうすればよいですか?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/right_back"
android:orientation="horizontal"
android:padding="120dip" >