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

Unified Diff: components/cronet/android/sample/AndroidManifest.xml

Issue 2339223002: Cronet API Refactoring (Closed)
Patch Set: Rebase & Conflict Resolution Created 4 years, 2 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
Index: components/cronet/android/sample/AndroidManifest.xml
diff --git a/components/cronet/android/sample/AndroidManifest.xml b/components/cronet/android/sample/AndroidManifest.xml
index c4e9190b43b298cfcc43ea3af256609d6c0f5635..79f6bcc823c1105e462509173beff0fcb69f349e 100644
--- a/components/cronet/android/sample/AndroidManifest.xml
+++ b/components/cronet/android/sample/AndroidManifest.xml
@@ -16,7 +16,7 @@
android:label="Cronet Sample">
<activity android:name="CronetSampleActivity"
android:launchMode="singleTask"
- android:theme="@android:style/Theme.Holo.Light.NoActionBar"
+ android:theme="@style/Theme.AppCompat.Light"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated="true">
<intent-filter>

Powered by Google App Engine
This is Rietveld 408576698