We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4878 commit ddc7571Copy full SHA for ddc7571
app/src/main/AndroidManifest.xml
@@ -9,15 +9,15 @@
9
android:supportsRtl="true"
10
android:theme="@style/AppTheme">
11
<activity android:name="mcxtzhang.swipedelmenu.FullDemo.FullDelDemoActivity">
12
-
13
- </activity>
14
- <activity android:name="mcxtzhang.swipedelmenu.LinearLayoutDelDemoActivity">
15
<intent-filter>
16
<action android:name="android.intent.action.MAIN"/>
17
18
<category android:name="android.intent.category.LAUNCHER"/>
19
</intent-filter>
20
</activity>
+ <activity android:name="mcxtzhang.swipedelmenu.LinearLayoutDelDemoActivity">
+
+ </activity>
21
</application>
22
23
</manifest>
0 commit comments