summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 12:26:16 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 12:26:16 +0400
commita2e8246a4e087e6394eb20860aa10dec77b071ab (patch)
tree708aaf28ac74ca7b39a3a0585080d7a931840436 /res/values
parent4384b802c88293568fa72e128b3b03725c6631cb (diff)
update support library
switch to actionbarcompat/themecompat stuff from actionbarsherlock
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 84df662..e1f02d6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,6 +1,6 @@
<resources>
- <style name="AppTheme" parent="Theme.Sherlock.Light.DarkActionBar" />
- <style name="DarkTheme" parent="Theme.Sherlock" />
+ <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar" />
+ <style name="DarkTheme" parent="Theme.AppCompat" />
</resources> \ No newline at end of file