1:修改BUG

This commit is contained in:
2025-12-05 18:29:20 +08:00
parent 8965243e0a
commit 6e9ba920d1
7 changed files with 75 additions and 82 deletions

View File

@@ -786,7 +786,7 @@ public class AgoraManager {
VD_1280x720,
FRAME_RATE_FPS_15,
STANDARD_BITRATE,
ORIENTATION_MODE_FIXED_LANDSCAPE
ORIENTATION_MODE_ADAPTIVE
));
rtcEngine.startScreenCapture(screenCaptureParameters);

View File

@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_40">
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.xscm.moduleutil.widget.CircularImage
android:id="@+id/user_icon"
android:layout_width="@dimen/dp_18"
android:layout_height="match_parent"
android:layout_marginVertical="@dimen/dp_10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/default_avatar"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"