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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user