Skip to content

Commit

Permalink
Revert 2
Browse files Browse the repository at this point in the history
This reverts commit f7fc65f.
  • Loading branch information
SolDev69 committed Apr 18, 2024
1 parent 3b147a3 commit d0ff2ac
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@

<com.kdt.mcgui.mcAccountSpinner
android:id="@+id/account_spinner"
android:layout_width="match_parent"
android:layout_width="215dp"
android:layout_height="66dp"

android:dropDownWidth="@dimen/_250sdp"
android:dropDownVerticalOffset="@dimen/_52sdp"
app:layout_constrainedWidth="@+id/setting_button"

app:layout_constraintLeft_toLeftOf="@+id/delete_account_button"
app:layout_constraintRight_toLeftOf="@+id/setting_button"
app:layout_constraintStart_toEndOf="@+id/delete_account_button"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="98dp" />

<ImageButton
android:id="@+id/delete_account_button"
Expand Down

0 comments on commit d0ff2ac

Please sign in to comment.