我有这个xml:
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="@style/FragmentSecondary" >
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:layout_alignParentTop="true"/>
<RelativeLyout>
我的风格是 style="@style/FragmentSecondary",想以编程方式将其更改为 style=@style/FragmentTrains。我不想重写另一个xml。我需要把它写在代码中。我怎样才能做到这一点?