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

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

Issue 9316018: ABP/Android Holo theme (Closed)
Patch Set: Created Feb. 1, 2013, 7:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources xmlns:android="http://schemas.android.com/apk/res/android">
3 3
4 <style name="MessageText"> 4 <style name="MessageText">
5 <item name="android:background">#ff888888</item> 5 <item name="android:background">#88888888</item>
6 <item name="android:padding">3dip</item> 6 <item name="android:textColor">?attr/textColorPrimary</item>
7 <item name="android:padding">6dip</item>
7 </style> 8 </style>
8 9
9 </resources> 10 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld