WearPreferenceActivity
WearPreferenceActivity copied to clipboard
change background & text colors
to change the colors add this to your colors.xml in /resources/values
<color name="wearprefernceactivity_background">#000000</color>
<color name="wearprefernceactivity_text">#ffffff</color>
to do: making text color change working on main screen of prefernce activity. in sub menus it is still working