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

Unified Diff: sky/sdk/example/mine_digger/apk/AndroidManifest.xml

Issue 1240433004: Use @android:style/Theme.Black.NoTitleBar to avoid white flash (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/sdk/example/fitness/apk/AndroidManifest.xml ('k') | sky/sdk/example/stocks/apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/mine_digger/apk/AndroidManifest.xml
diff --git a/sky/sdk/example/mine_digger/apk/AndroidManifest.xml b/sky/sdk/example/mine_digger/apk/AndroidManifest.xml
index 1ed9dd64a17e48a9b7835db9439decb71c700ae1..dbd3bc2c76a1263f6bf6ac8839b9051257c2cf89 100644
--- a/sky/sdk/example/mine_digger/apk/AndroidManifest.xml
+++ b/sky/sdk/example/mine_digger/apk/AndroidManifest.xml
@@ -12,7 +12,7 @@
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="Mine Digger">
<activity android:name="org.domokit.sky.shell.SkyActivity"
android:launchMode="singleTask"
- android:theme="@android:style/Theme.Holo.Light.NoActionBar"
+ android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated="true">
<intent-filter>
« no previous file with comments | « sky/sdk/example/fitness/apk/AndroidManifest.xml ('k') | sky/sdk/example/stocks/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698