summaryrefslogtreecommitdiffstats
path: root/core/res/res/color
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-03-25 13:00:42 -0700
committerAlan Viverette <alanv@google.com>2015-03-30 12:15:25 -0700
commit60b674e07bf7346a673abd4a5f40bddeca16e7ff (patch)
treef6f700f5c0a7652b68886755335f64acb069cc4e /core/res/res/color
parent469d94490ed9cf3e08610250a3358bdd83d618a6 (diff)
downloadframeworks_base-60b674e07bf7346a673abd4a5f40bddeca16e7ff.zip
frameworks_base-60b674e07bf7346a673abd4a5f40bddeca16e7ff.tar.gz
frameworks_base-60b674e07bf7346a673abd4a5f40bddeca16e7ff.tar.bz2
Clean up date picker attributes, add carets
Bug: 19819283 Bug: 19431364 Change-Id: Idd66f4ceb99d598c0f256d85c43bff6e25ccdd8f
Diffstat (limited to 'core/res/res/color')
-rw-r--r--core/res/res/color/date_picker_header_text_material.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/res/res/color/date_picker_header_text_material.xml b/core/res/res/color/date_picker_header_text_material.xml
deleted file mode 100644
index baa8958..0000000
--- a/core/res/res/color/date_picker_header_text_material.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:state_activated="true"
- android:color="?attr/textColorPrimaryInverse" />
- <item
- android:color="?attr/textColorSecondaryInverse" />
-</selector> \ No newline at end of file