私はこの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を書き直したくありません。コードに書く必要があります。これどうやってするの?