[Modify]修改office包的登录布局
This commit is contained in:
@@ -75,8 +75,10 @@ public class LoginActivity extends BaseActivity implements View.OnClickListener
|
||||
tvProtocol = findViewById(R.id.tv_protocol);
|
||||
tvProtocolHint = findViewById(R.id.tv_protocol_hint);
|
||||
if (AppMetaDataUtil.getChannelID().equals(Constants.GOOGLE)) {
|
||||
findViewById(R.id.space_google).setVisibility(View.VISIBLE);
|
||||
findViewById(R.id.tv_google).setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
findViewById(R.id.space_google).setVisibility(View.GONE);
|
||||
findViewById(R.id.tv_google).setVisibility(View.GONE);
|
||||
}
|
||||
}
|
||||
|
@@ -96,6 +96,7 @@
|
||||
app:drawableStartCompat="@drawable/ic_login_line" />
|
||||
|
||||
<androidx.legacy.widget.Space
|
||||
android:id="@+id/space_google"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"/>
|
||||
|
@@ -28,5 +28,5 @@ COMPILE_SDK_VERSION=32
|
||||
MIN_SDK_VERSION=21
|
||||
TARGET_SDK_VERSION=32
|
||||
|
||||
version_name=1.3.1
|
||||
version_code=131
|
||||
version_name=1.4.0
|
||||
version_code=140
|
Reference in New Issue
Block a user