Show a "placeholder-ui" when cold starting the app.
This commit is contained in:
parent
6bbb92fc00
commit
16fe9f70c6
22 changed files with 8 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue