summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-07 22:48:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-07 22:48:40 +0000
commite3ad6a798f9d25ec5d5759c7ff9a950729d27598 (patch)
tree05d8d3b274003c84a7d0fd06cedfdb385c018456
parent88c3fed480b36afd86b978f1e3faf6cf6ead3c6b (diff)
parenta2e1535135bfc80bf2a4055fa465f3c875dd9edc (diff)
downloaddatetimepicker-e3ad6a798f9d25ec5d5759c7ff9a950729d27598.tar.gz
am a2e15351: am 5c4d941d: am acb426ab: Remove resource conflicts in datetimepicker
* commit 'a2e1535135bfc80bf2a4055fa465f3c875dd9edc': Remove resource conflicts in datetimepicker
-rw-r--r--res/values/styles.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2fa8c12..ff182d9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -16,23 +16,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <!--
- Base application theme, dependent on API level. This theme is replaced
- by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
- -->
- <style name="AppBaseTheme" parent="android:Theme.Light">
- <!--
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
- -->
- </style>
-
- <!-- Application theme. -->
- <style name="AppTheme" parent="AppBaseTheme">
- <!-- All customizations that are NOT specific to a particular API-level can go here. -->
- </style>
-
<style name="time_label">
<item name="android:textSize">@dimen/time_label_size</item>
<item name="android:textColor">@color/numbers_text_color</item>
@@ -46,4 +29,4 @@
</style>
<style name="day_of_week_label_condensed" />
-</resources> \ No newline at end of file
+</resources>