1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-16 19:50:53 +01:00

removed test activity

This commit is contained in:
Mariotaku Lee 2014-10-26 21:42:48 +08:00
parent 486efec36b
commit 54eeaf30ae

View File

@ -543,18 +543,7 @@
android:name=".activity.TestActivity"
android:launchMode="singleTop"
android:theme="@style/Theme.Test"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
android:windowSoftInputMode="adjustResize"/>
<activity
android:name=".activity.NyanActivity"
android:launchMode="singleTop"