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

Side by Side Diff: res/values/styles.xml

Issue 29356468: Issue 4513 - Update app theme (Closed)
Patch Set: Created Oct. 10, 2016, 3:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/values-v14/styles.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:android="http://schemas.android.com/apk/res/android"> 2 <resources xmlns:android="http://schemas.android.com/apk/res/android">
3 3
4 <!-- 4 <!--
5 Base application theme, dependent on API level. This theme is replaced 5 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
6 by AppBaseTheme from res/values-vXX/styles.xml on newer devices. 6 by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
7 --> 7 -->
8 <style name="AppBaseTheme" parent="android:Theme.Holo"> 8 <style name="AppBaseTheme" parent="android:Theme.Material">
9 <!-- 9 <!--
10 Theme customizations available in newer API levels can go in 10 Theme customizations available in newer API levels can go in
11 res/values-vXX/styles.xml, while customizations related to 11 res/values-vXX/styles.xml, while customizations related to
12 backward-compatibility can go here. 12 backward-compatibility can go here.
13 --> 13 -->
14 </style> 14 </style>
15 15
16 <!-- Application theme. --> 16 <!-- Application theme. -->
17 <style name="AppTheme" parent="AppBaseTheme"> 17 <style name="AppTheme" parent="AppBaseTheme">
18 <!-- All customizations that are NOT specific to a particular API-level can go here. --> 18 <!-- All customizations that are NOT specific to a particular API-level can go here. -->
19 </style> 19 </style>
20 20
21 <style name="CategoryHeader"> 21 <style name="CategoryHeader">
22 <item name="android:textSize">20sp</item> 22 <item name="android:textSize">20sp</item>
23 </style> 23 </style>
24 24
25 </resources> 25 </resources>
OLDNEW
« 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