如何通过点击更改主题的标题?

时间:2013-06-28 13:18:59

标签: android android-manifest

我有两个不同的主题,原创和演示。点击它应该从原始切换到演示,但标题不同。 在Manifest文件中是声明的标题的字符串,但是如何从那里更改它?

 <application
    android:allowBackup="true"
    android:icon="@drawable/logo"
    android:label="@string/app_name"
    android:theme="@style/Theme.MyAppTheme" >

我只想更改android:label。

1 个答案:

答案 0 :(得分:1)

你可以试试setTheme(YOUR_THEME);在调用setContentView(YOUR_XML)之前;在活动..'

您可以在风格xml中定义主题