反射初始化ViewBinding和ViewModel

This commit is contained in:
Dboy
2020-09-26 15:53:27 +08:00
parent b247b44f50
commit f14f5e9b32
9 changed files with 61 additions and 80 deletions

View File

@ -22,7 +22,7 @@
android:theme="@style/base_AppTheme"
tools:ignore="UnusedAttribute">
<activity
android:name="com.quyunshuo.base.mvvm.v.MyActivity"
android:name=".MyActivity"
android:screenOrientation="portrait"
android:theme="@style/base_AppTheme">
<intent-filter>