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 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
You can’t perform that action at this time.
0 commit comments