Show a "placeholder-ui" when cold starting the app.

This commit is contained in:
Karim Abou Zeid 2016-02-09 20:32:57 +01:00
commit 16fe9f70c6
22 changed files with 8 additions and 1 deletions

View file

@ -20,7 +20,9 @@
android:supportsRtl="true"
android:theme="@style/Theme.Phonograph.Light"
tools:ignore="UnusedAttribute">
<activity android:name=".ui.activities.MainActivity">
<activity
android:name=".ui.activities.MainActivity"
android:theme="@style/Theme.Phonograph.Light.MaterialColdStart">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MUSIC_PLAYER" />