Android:来自preferences.xml的textview的首选值

时间:2011-09-12 07:09:28

标签: android xml preferences

我在xml / preferences.xml中有一个首选项xml:

    <EditTextPreference
    android:key="welcome_message"
    android:title="Welcome message" 
    android:summary="Default welcome message"
    android:dialogTitle="Tervetuloa-viesti"
    android:dialogMessage="Input"    
    android:defaultValue="Default message" />

我知道如何通过代码从首选项中获取welcome_message,但我可以在XML中执行以下操作:

    <TextView android:id="@+id/txt" android:layout_width="wrap_content" android:text="(INCLUDE welcome_message HERE)" android:layout_height="wrap_content" />

在我的main.xml中,若然,怎么样?感谢。

1 个答案:

答案 0 :(得分:0)

据我所知,你不能直接引用xml布局中的偏好值。