File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
package =" me.jessyan.autosize.demo.subunits" >
4
4
5
5
<application
6
- android : name =" .BaseApplication"
6
+ android : name =" me.jessyan.autosize.demo.subunits .BaseApplication"
7
7
android : allowBackup =" true"
8
8
android : icon =" @mipmap/autosize_logo"
9
9
android : label =" @string/app_name"
10
10
android : supportsRtl =" true"
11
11
android : theme =" @style/AppTheme" >
12
- <activity android : name =" .MainActivity" >
12
+ <activity android : name =" me.jessyan.autosize.demo.subunits .MainActivity" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
15
15
16
16
<category android : name =" android.intent.category.LAUNCHER" />
17
17
</intent-filter >
18
18
</activity >
19
- <activity android : name =" .CustomAdaptActivity" />
19
+ <activity android : name =" me.jessyan.autosize.demo.subunits .CustomAdaptActivity" />
20
20
21
21
<!-- 这个 Demo 主要展示副单位的用法, 如果只使用副单位 (pt、in、mm) 就可以直接以像素作为单位填写设计图的尺寸, 不需再把像素转化为 dp-->
22
22
<meta-data
You can’t perform that action at this time.
0 commit comments