Add support for user-selectable dark/light theme

Updates Settings to use the DayNight theme (real name TBD) and fixes
several colors that were pinned to non-theme values. Adds a setting for
switching theme between light/dark/auto.

Bug: 19368658
Bug: 19369392
Change-Id: I7cd23b7ad38bdb25a01b92e67ff1ee1cdd8a3958
This commit is contained in:
Alan Viverette
2015-02-25 18:47:37 -08:00
parent 0702e87ed4
commit 893b3006a4
11 changed files with 78 additions and 42 deletions

View File

@@ -14,9 +14,5 @@
limitations under the License.
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:inset="0dip">
<color android:color="?android:attr/colorBackground" />
</inset>
<color xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:attr/colorBackground" />