[BugFix]修复个播房间闪退
This commit is contained in:
@@ -261,20 +261,27 @@
|
||||
android:visibility="gone"
|
||||
tools:text="@string/layout_item_micro_single_anchor_boss_03" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_room_desc"
|
||||
<FrameLayout
|
||||
android:id="@+id/fr_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginBottom="1px"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLength="15"
|
||||
android:maxLines="1"
|
||||
android:text="@string/room_manager_edit_desc"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="@dimen/sp_11"
|
||||
tools:text="@string/layout_item_micro_single_anchor_boss_04" />
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_room_desc"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginBottom="1px"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLength="15"
|
||||
android:maxLines="1"
|
||||
android:text="@string/room_manager_edit_desc"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="@dimen/sp_11"
|
||||
tools:text="@string/layout_item_micro_single_anchor_boss_04" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_room_can_edit"
|
||||
|
@@ -18,7 +18,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
//realm 数据库插件
|
||||
classpath "io.realm:realm-gradle-plugin:5.3.0"
|
||||
// android 资源混淆插件
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
Reference in New Issue
Block a user