0
屬性我有我的佈局XML文件中下面的代碼訪問權重碼
<RelativeLayout
android:id="@+id/contentTextViewLayout"
android:layout_weight="9"
android:layout_width="fill_parent"
android:layout_height="0dip">
<TextView
android:id="@+id/textView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>
如何獲取的RelativeLayout的layout_weight屬性的值,在我的代碼?