Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: apk/res/values/styles.xml

Issue 949803002: Deconstructed APK prototyping Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apk/res/values/strings.xml ('k') | apk/simple.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apk/res/values/styles.xml
diff --git a/apk/res/values/styles.xml b/apk/res/values/styles.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9660ab69c4b38d05657d1a5e9792c5cace154f75
--- /dev/null
+++ b/apk/res/values/styles.xml
@@ -0,0 +1,5 @@
+<resources>
+ <style name="SimpleTheme">
+ <item name="android:colorPrimary">@android:color/holo_blue_light</item>
+ </style>
+</resources>
« no previous file with comments | « apk/res/values/strings.xml ('k') | apk/simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698