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

Unified Diff: AndroidManifest.xml

Issue 8951121: adblockplusandroid: Use Holo theme in Android 3.0 and above (Closed)
Patch Set: Created Dec. 1, 2012, 8:27 a.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 | « no previous file | project.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AndroidManifest.xml
===================================================================
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,7 +15,8 @@
<application
android:name=".AdblockPlus"
android:icon="@drawable/ic_launcher"
- android:label="@string/app_name" >
+ android:label="@string/app_name"
+ android:theme="@style/AppTheme">
<activity
android:name=".Preferences"
android:label="@string/app_name" >
« no previous file with comments | « no previous file | project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld