如果我需要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" >