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

Unified Diff: blimp/client/app/android/AndroidManifest.xml.jinja2

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Fix findbugs issue Created 4 years 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 | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/AndroidManifest.xml.jinja2
diff --git a/blimp/client/app/android/AndroidManifest.xml.jinja2 b/blimp/client/app/android/AndroidManifest.xml.jinja2
index ee0fa220a5690cc193e1141129b4134933a45fef..6da192a9084cc72393b19e6a619e21a588560b73 100644
--- a/blimp/client/app/android/AndroidManifest.xml.jinja2
+++ b/blimp/client/app/android/AndroidManifest.xml.jinja2
@@ -39,7 +39,8 @@
<data android:scheme="https" />
</intent-filter>
</activity>
- <activity android:name="org.chromium.blimp.app.settings.Preferences"/>
+ <activity android:name="org.chromium.blimp.app.settings.Preferences"
+ android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
<activity android:name="org.chromium.blimp.app.BrowserRestartActivity"
android:launchMode="singleInstance"
android:exported="false"
« no previous file with comments | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698