Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/values/styles.xml

Issue 29356468: Issue 4513 - Update app theme (Closed)
Patch Set: Created Oct. 10, 2016, 3:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values-v14/styles.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/styles.xml
===================================================================
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!--
Base application theme, dependent on API level. This theme is replaced
anton 2016/10/11 05:24:36 Since themes for v11 and v14 were removed, please
diegocarloslima 2017/01/05 18:08:20 Actually, this is the default comment that is gene
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
- <style name="AppBaseTheme" parent="android:Theme.Holo">
+ <style name="AppBaseTheme" parent="android:Theme.Material">
<!--
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. -->
« no previous file with comments | « res/values-v14/styles.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld