10
我在我的應用程序下面的偏好屏幕Android的偏好屏幕布局
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="edittexvalue"
android:id="@+id/edittextvalue"
android:title="Title Here"
android:summary="Summary Here"
android:defaultValue="Some Value"/>
<Preference
android:key="customPref"
android:title="Title Here"
android:summary="Summary Here"/>
</PreferenceScreen>
所有這一切都工作得很好但是我的應用我有自定義的背景和文字顏色/大小,但我無法弄清楚如何格式化PreferenceScreen我假設你指向另一個xml?但無法弄清楚我需要的代碼以及應該做什麼修改。主要關注的是背景顏色文本是我猜的好,但背景只是不匹配我的應用程序的其餘部分。所以我想設置一個自定義背景色可以說紅現在(#FF0000)
我感謝任何人,可以幫助我解決這個問題
沒有考慮使用一個主題,但非常完美的感謝! – GFlam 2011-04-06 22:10:20
沒問題,我很高興它幫助:) – raukodraug 2011-04-06 23:00:33