[fea]
[offline]
[重新登录view]
This commit is contained in:
yangyakun
2024-12-27 18:10:16 +08:00
parent 108aa9a789
commit 35ca078fa7
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 149 KiB

View File

@@ -37,7 +37,8 @@
<com.mogo.och.offline.ui.go2login.GoLoginView
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginStart="-25dp"
android:visibility="gone"
android:layout_marginStart="-20dp"
android:layout_marginBottom="@dimen/dp_110"
android:layout_width="@dimen/dp_421"
android:layout_height="@dimen/dp_376"/>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="@dimen/dp_421"
android:layout_height="@dimen/dp_376"
android:layout_width="@dimen/dp_383"
android:layout_height="@dimen/dp_375"
android:background="@drawable/offline_go_login_bg"
xmlns:tools="http://schemas.android.com/tools">