Skip to content

Commit 536f248

Browse files
committed
Improve AndroidManifest.xml on demo
1 parent 54a166c commit 536f248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
package="me.jessyan.autosize.demo">
44

55
<application
6-
android:name=".BaseApplication"
6+
android:name="me.jessyan.autosize.demo.BaseApplication"
77
android:allowBackup="true"
88
android:icon="@mipmap/autosize_logo"
99
android:label="@string/app_name"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name=".MainActivity">
12+
<activity android:name="me.jessyan.autosize.demo.MainActivity">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN"/>
1515

1616
<category android:name="android.intent.category.LAUNCHER"/>
1717
</intent-filter>
1818
</activity>
19-
<activity android:name=".CustomAdaptActivity"/>
20-
<activity android:name=".FragmentHost"/>
19+
<activity android:name="me.jessyan.autosize.demo.CustomAdaptActivity"/>
20+
<activity android:name="me.jessyan.autosize.demo.FragmentHost"/>
2121

2222
<!-- 如果您项目中的所有页面都只需要以高或宽中的一个作为基准进行适配的话, 那就只需要填写高或宽中的一个设计图尺寸即可 -->
2323
<meta-data

0 commit comments

Comments
 (0)