Skip to content

Commit

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

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

android:dropDownWidth="@dimen/_250sdp"
android:dropDownVerticalOffset="@dimen/_52sdp"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="98dp" />
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" />

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

0 comments on commit f7fc65f

Please sign in to comment.