0
如何使用PreferenceCategory
佈局創建TextView
?如何使用PreferenceCategory佈局創建TextView?
,因爲它不是在一個PreferenceActivity我不能使用PreferenceCategory。
如何使用PreferenceCategory
佈局創建TextView
?如何使用PreferenceCategory佈局創建TextView?
,因爲它不是在一個PreferenceActivity我不能使用PreferenceCategory。
我認爲最好的辦法是使用一個TextView,並添加以下行:
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/colorPrimaryDark"
android:textStyle="bold"