| Index: sky/sdk/example/fitness/apk/AndroidManifest.xml
|
| diff --git a/sky/sdk/example/fitness/apk/AndroidManifest.xml b/sky/sdk/example/fitness/apk/AndroidManifest.xml
|
| index f6e2de221ca8d355c6fd1551d9708f334536af93..a473c51b9258fb6c8e174727a3f293998ec28c9e 100644
|
| --- a/sky/sdk/example/fitness/apk/AndroidManifest.xml
|
| +++ b/sky/sdk/example/fitness/apk/AndroidManifest.xml
|
| @@ -12,7 +12,7 @@
|
| <application android:name="org.domokit.sky.shell.SkyApplication" android:label="Fitness">
|
| <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>
|
|
|