| Index: sky/sdk/example/stocks/apk/AndroidManifest.xml
|
| diff --git a/sky/sdk/example/stocks/apk/AndroidManifest.xml b/sky/sdk/example/stocks/apk/AndroidManifest.xml
|
| index 70dca9a9b464d36b5ddb7cc79dd1e70182d323df..32e539f57ef742586012a37e19b22133fc51e4dd 100644
|
| --- a/sky/sdk/example/stocks/apk/AndroidManifest.xml
|
| +++ b/sky/sdk/example/stocks/apk/AndroidManifest.xml
|
| @@ -12,7 +12,7 @@
|
| <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Stocks">
|
| <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>
|
|
|