Removed the placeholder ui.
|
|
@ -20,9 +20,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Phonograph.Light"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<activity
|
||||
android:name=".ui.activities.MainActivity"
|
||||
android:theme="@style/Theme.Phonograph.Light.MaterialColdStart">
|
||||
<activity android:name=".ui.activities.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.intent.action.MUSIC_PLAYER" />
|
||||
|
|
@ -149,9 +147,9 @@
|
|||
android:label="@string/action_about" />
|
||||
|
||||
<activity
|
||||
android:theme="@style/Theme.Intro"
|
||||
android:name=".ui.activities.intro.AppIntroActivity"
|
||||
android:label="@string/intro_label" />
|
||||
android:label="@string/intro_label"
|
||||
android:theme="@style/Theme.Intro" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 209 B |
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 205 B |
|
Before Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 208 B |
|
Before Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 231 B |
|
|
@ -48,9 +48,4 @@
|
|||
<item name="android:transitionName" tools:ignore="NewApi">toolbar</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Light.MaterialColdStart" parent="Theme.Phonograph.Light">
|
||||
<item name="android:windowBackground">@drawable/window_background_statusbar_toolbar_tab
|
||||
</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||