Modify: 基类调整,不再使用构造方法,采用反射进行初始化

This commit is contained in:
Quyunshuo
2020-09-26 17:17:04 +08:00
parent f14f5e9b32
commit bc9772a828
12 changed files with 37 additions and 108 deletions

View File

@ -21,15 +21,7 @@
android:supportsRtl="true"
android:theme="@style/base_AppTheme"
tools:ignore="UnusedAttribute">
<activity
android:name=".MyActivity"
android:screenOrientation="portrait"
android:theme="@style/base_AppTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- 屏幕适配基准DP -->
<meta-data
android:name="design_width_in_dp"