Skip to content

Commit d4dda72

Browse files
committed
Improve AndroidManifest.xml on demo-subunits
1 parent 536f248 commit d4dda72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo-subunits/src/main/AndroidManifest.xml

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

55
<application
6-
android:name=".BaseApplication"
6+
android:name="me.jessyan.autosize.demo.subunits.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.subunits.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"/>
19+
<activity android:name="me.jessyan.autosize.demo.subunits.CustomAdaptActivity"/>
2020

2121
<!-- 这个 Demo 主要展示副单位的用法, 如果只使用副单位 (pt、in、mm) 就可以直接以像素作为单位填写设计图的尺寸, 不需再把像素转化为 dp-->
2222
<meta-data

0 commit comments

Comments
 (0)