update 调整登录页登录按钮的位置

This commit is contained in:
zlzw 2023-04-25 10:00:57 +08:00
parent 097528f97a
commit 5a9535e81d
2 changed files with 2 additions and 13 deletions

View File

@ -195,13 +195,13 @@
android:visibility="visible" />
<RelativeLayout
android:layout_width="@dimen/sight_record_icon_padding"
android:layout_width="57dp"
android:layout_height="wrap_content"
android:layout_weight="1">
<com.twitter.sdk.android.core.identity.TwitterLoginButton
android:id="@+id/tt_login_button"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="54dp"
android:visibility="invisible" />

View File

@ -19,15 +19,4 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/imageView9"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:srcCompat="@tools:sample/avatars" />
</androidx.constraintlayout.widget.ConstraintLayout>