WearPreferenceActivity
WearPreferenceActivity copied to clipboard
A preferences framework for Android Wear apps. Equivalent to Android's PreferenceActivity, but for Android Wear.
https://developer.android.com/wear/preview/features/wearable-recycler-view.html It natively displays little scrollbar at the side of the screen and can optionally layouts items in curved layout.
WearPreference should be capable of instantiation, as a generic preference - like android.preference.Preference.
to change the colors add this to your colors.xml in /resources/values ``` #000000 #ffffff ``` to do: making text color change working on main screen of prefernce activity. in sub...
Similar to `PreferenceActivity`, we should support section headers to group preferences.