android - How to set Preference preferenceInformationStyle from code? -
android - How to set Preference preferenceInformationStyle from code? -
a preference style can set this:
<preference android:key="my_pref" style="?android:preferenceinformationstyle" /> is there way apply same style dynamically java?
you cannot set view's style programmatically. below solution help: android set style in code
android android-layout android-preferences
Comments
Post a Comment