我的布局 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 属性的值?