登录默认选中
This commit is contained in:
@@ -161,10 +161,9 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
|
||||
//设置mqtt环境 false 测试环境 true 正式环境
|
||||
// ExternalResConstants.INSTANCE.setIS_MQTT_RELEASE(false);
|
||||
//设置http环境 false 测试环境 true 正式环境
|
||||
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(true);
|
||||
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(false);
|
||||
currentEnvironment = ExternalResConstants.INSTANCE.HTTP_PATH();
|
||||
|
||||
|
||||
initialization();
|
||||
}
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ public class UserInfo extends BaseEvent implements Serializable {
|
||||
public String pendant;
|
||||
public String direction;
|
||||
public UserInfo1 user_info1;
|
||||
public UserInfo1 user_info2;
|
||||
public UserInfo2 user_info2;
|
||||
|
||||
public static class UserInfo1{
|
||||
public String user_id;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.8"
|
||||
app:layout_constraintWidth_percent="0.95"
|
||||
app:riv_oval="true" />
|
||||
|
||||
<ImageView
|
||||
@@ -40,7 +40,7 @@
|
||||
android:scaleType="fitXY"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintDimensionRatio="1:1"
|
||||
app:layout_constraintWidth_percent="0.85"
|
||||
app:layout_constraintWidth_percent="1"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -50,7 +50,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.53" />
|
||||
app:layout_constraintGuide_percent="0.59" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_frame_bg"
|
||||
|
||||
@@ -306,6 +306,7 @@
|
||||
android:layout_width="@dimen/dp_15"
|
||||
android:layout_height="@dimen/dp_15"
|
||||
android:layout_marginEnd="@dimen/dp_5"
|
||||
android:checked="true"
|
||||
android:background="@drawable/selector_login_agreement"
|
||||
android:button="@null" />
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
|
||||
<com.xscm.moduleutil.utils.MeHeadView
|
||||
android:id="@+id/iv_avatar"
|
||||
android:layout_width="@dimen/dp_90"
|
||||
android:layout_height="@dimen/dp_90"
|
||||
android:layout_width="@dimen/dp_80"
|
||||
android:layout_height="@dimen/dp_84"
|
||||
android:layout_marginVertical="@dimen/dp_32"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -73,15 +73,6 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_name"
|
||||
app:layout_constraintTop_toTopOf="@+id/tv_name" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/im_qml"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp_22"
|
||||
android:layout_marginEnd="@dimen/dp_10"
|
||||
android:src="@mipmap/qgrml"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/room_m_cz"
|
||||
app:layout_constraintEnd_toStartOf="@+id/room_m_cz"
|
||||
app:layout_constraintTop_toTopOf="@+id/room_m_cz" />
|
||||
|
||||
|
||||
<TextView
|
||||
@@ -185,6 +176,8 @@
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/im_qing"
|
||||
android:layout_width="@dimen/dp_66"
|
||||
@@ -213,6 +206,19 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/im_qml"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp_22"
|
||||
android:layout_marginEnd="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_13"
|
||||
android:src="@mipmap/qgrml"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/room_m_cz"
|
||||
app:layout_constraintEnd_toStartOf="@+id/room_m_cz"
|
||||
app:layout_constraintTop_toTopOf="@+id/room_m_cz" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/room_dian"
|
||||
android:layout_width="@dimen/dp_16"
|
||||
|
||||
@@ -339,6 +339,7 @@
|
||||
android:layout_width="@dimen/dp_15"
|
||||
android:layout_height="@dimen/dp_15"
|
||||
android:layout_marginEnd="@dimen/dp_5"
|
||||
android:checked="true"
|
||||
android:background="@drawable/selector_login_agreement"
|
||||
android:button="@null" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user