update 封装base库;集成flowwindow库;悬浮窗功能;赞助和分享;集成企微sdk;界面更新;添加待办修复;滚动手势优化;建群达到上限检查;兼容减号和括号搜索;应用保活;其他已知缺陷修复

This commit is contained in:
gallonyin
2022-12-09 16:15:49 +08:00
parent b4b5746f5c
commit 3636ffdc2f
89 changed files with 3908 additions and 272 deletions

View File

@@ -21,4 +21,44 @@
<item name="android:textColorHint">@color/textInputLayout</item>
</style>
<style name="ds_rec_btn">
<item name="android:textSize">
@dimen/size_button
</item>
<item name="android:textColor">
@android:color/white
</item>
<item name="android:gravity">
center
</item>
<item name="android:background">@drawable/comment_red_btn</item>
<item name="android:paddingTop">
@dimen/btn_top_bottom_padding
</item>
<item name="android:paddingBottom">
@dimen/btn_top_bottom_padding
</item>
<item name="android:layout_width">
match_parent
</item>
<item name="android:layout_height">
@dimen/btn_height
</item>
</style>
<style name="rec_top_btn" parent="@style/ds_rec_btn">
<item name="android:layout_marginStart">
25dp
</item>
<item name="android:layout_marginTop">
17dp
</item>
<item name="android:layout_marginEnd">
25.0dp
</item>
<item name="android:layout_marginBottom">
8dp
</item>
</style>
</resources>