Skip to content

Commit

Permalink
[DEL/#6] layout editor absoluteX 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed May 5, 2023
1 parent 4b77017 commit c01247e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
android:textAppearance="?textAppearanceBodyLarge"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_login_pwd_label"
tools:layout_editor_absoluteX="-58dp" />
app:layout_constraintTop_toBottomOf="@id/tv_login_pwd_label" />

<Button
android:id="@+id/btn_login_login"
Expand Down

0 comments on commit c01247e

Please sign in to comment.