Skip to content

Commit ddc7571

Browse files
author
zhangxutong
committed
LinearLayout使用Demo
1 parent 79e4878 commit ddc7571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
android:supportsRtl="true"
1010
android:theme="@style/AppTheme">
1111
<activity android:name="mcxtzhang.swipedelmenu.FullDemo.FullDelDemoActivity">
12-
13-
</activity>
14-
<activity android:name="mcxtzhang.swipedelmenu.LinearLayoutDelDemoActivity">
1512
<intent-filter>
1613
<action android:name="android.intent.action.MAIN"/>
1714

1815
<category android:name="android.intent.category.LAUNCHER"/>
1916
</intent-filter>
2017
</activity>
18+
<activity android:name="mcxtzhang.swipedelmenu.LinearLayoutDelDemoActivity">
19+
20+
</activity>
2121
</application>
2222

2323
</manifest>

0 commit comments

Comments
 (0)