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

Unified Diff: remoting/android/java/AndroidManifest.xml.jinja2

Issue 165743002: Implement account switcher as action-bar navigation spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « no previous file | remoting/android/java/src/org/chromium/chromoting/AccountsAdapter.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/AndroidManifest.xml.jinja2
diff --git a/remoting/android/java/AndroidManifest.xml.jinja2 b/remoting/android/java/AndroidManifest.xml.jinja2
index ba07b539c1be62191e27d8abdb8003b0d24ac2e8..7afae2f662816f2cab00eb4c0834054b72f69bb3 100644
--- a/remoting/android/java/AndroidManifest.xml.jinja2
+++ b/remoting/android/java/AndroidManifest.xml.jinja2
@@ -10,7 +10,8 @@
<application android:label="@string/product_name"
android:icon="@drawable/chromoting128">
<activity android:name="org.chromium.chromoting.Chromoting"
- android:configChanges="orientation|screenSize">
+ android:configChanges="orientation|screenSize"
+ android:theme="@style/MainTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
« no previous file with comments | « no previous file | remoting/android/java/src/org/chromium/chromoting/AccountsAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698