update 封装base库;集成flowwindow库;悬浮窗功能;赞助和分享;集成企微sdk;界面更新;添加待办修复;滚动手势优化;建群达到上限检查;兼容减号和括号搜索;应用保活;其他已知缺陷修复
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user