Removed the placeholder ui.
This commit is contained in:
parent
4f4c6d05ed
commit
a52f4d5e96
22 changed files with 3 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue