Show a "placeholder-ui" when cold starting the app.
|
|
@ -20,7 +20,9 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Phonograph.Light"
|
android:theme="@style/Theme.Phonograph.Light"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute">
|
||||||
<activity android:name=".ui.activities.MainActivity">
|
<activity
|
||||||
|
android:name=".ui.activities.MainActivity"
|
||||||
|
android:theme="@style/Theme.Phonograph.Light.MaterialColdStart">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<action android:name="android.intent.action.MUSIC_PLAYER" />
|
<action android:name="android.intent.action.MUSIC_PLAYER" />
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 209 B |
|
After Width: | Height: | Size: 210 B |
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 208 B |
|
After Width: | Height: | Size: 231 B |
|
After Width: | Height: | Size: 231 B |
|
|
@ -40,4 +40,9 @@
|
||||||
<item name="android:transitionName" tools:ignore="NewApi">toolbar</item>
|
<item name="android:transitionName" tools:ignore="NewApi">toolbar</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="Theme.Phonograph.Light.MaterialColdStart" parent="Theme.Phonograph.Light">
|
||||||
|
<item name="android:windowBackground">@drawable/window_background_statusbar_toolbar_tab
|
||||||
|
</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||