Commit 8abb05b4 by Dell

1、调整部分sp

2、直播间修改
parent 67df8a04
......@@ -22,7 +22,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"
android:textSize="11.5dp"
android:visibility="gone"
mv:mv_backgroundColor="#FD481F"
mv:mv_isRadiusHalfHeight="true"
......
......@@ -35,7 +35,7 @@
android:layout_toRightOf="@+id/ll_tap"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"
android:textSize="11.5dp"
android:visibility="gone"
mv:mv_backgroundColor="#FD481F"
mv:mv_isRadiusHalfHeight="true"
......
......@@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"
android:textSize="11.5dp"
android:visibility="gone"
mv:mv_backgroundColor="#FD481F"
mv:mv_isRadiusHalfHeight="true"
......
......@@ -42,7 +42,6 @@ android {
}
flavorDimensions "version"
productFlavors {
productFlavors {
qj_01 {
manifestPlaceholders = [
API_CHANNEL_ID : "0",
......@@ -93,7 +92,6 @@ android {
}
}
}
// AS3.0 自定义APK安装包名
......
......@@ -238,6 +238,7 @@ class LiveActivity : RefreshActivity<LiveActivityPresenter>(), LiveActivityConta
if (code == 200) {
initTabLayout()
} else {
initTabLayout(false)
addMessage("环信登录失败:code : $code error : $error")
if (code == 204) {
CommonUtils.copy(userName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment