初始版本:

支持:设置文本标题
支持:设置自定义View标题
支持:设置关闭按钮
支持:设置文本正文
支持:设置自定义View
支持:标题栏上下滑动来扩展
This commit is contained in:
2022-05-25 22:56:45 +08:00
parent fec4d98691
commit c59516aa2a
26 changed files with 641 additions and 11 deletions

View File

@@ -16,4 +16,6 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
android.useAndroidX=true
android.enableJetifier=true