直播间的滚动修复直播间聊天问题,侧边栏改为fragment

This commit is contained in:
18401019693
2022-08-22 18:11:00 +08:00
parent 318a3dcf8c
commit 6250e1d012
12 changed files with 419 additions and 205 deletions

View File

@@ -66,7 +66,10 @@
<item name="android:windowEnterAnimation">@anim/left_anim_enter</item>
<item name="android:windowExitAnimation">@anim/left_anim_exit</item>
</style>
<style name="RightLeftToAnim" parent="android:Animation">
<item name="android:windowEnterAnimation">@anim/right_anim_enter</item>
<item name="android:windowExitAnimation">@anim/right_anim_exit</item>
</style>
<style name="groupLast" parent="AppTheme">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item>