Show app introduction; restore original launch icon

This commit is contained in:
2016-02-17 13:47:53 -05:00
parent b24e8aa018
commit 0ccdd2ce2a
18 changed files with 4821 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
android:name="android.support.PARENT_ACTIVITY"
android:value="org.isoron.uhabits.MainActivity"/>
</activity>
<activity android:name=".IntroActivity"
android:label=""
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
</application>
</manifest>