File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments