登录默认选中
This commit is contained in:
@@ -159,12 +159,11 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
|
||||
}
|
||||
|
||||
//设置mqtt环境 false 测试环境 true 正式环境
|
||||
// ExternalResConstants.INSTANCE.setIS_MQTT_RELEASE(false);
|
||||
// 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"
|
||||
|
||||
Reference in New Issue
Block a user