Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 18, 2024
1 parent a654b73 commit 2b315ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<com.kdt.mcgui.mcAccountSpinner
android:id="@+id/account_spinner"
android:layout_width="625dp"
android:layout_height="44dp"
android:layout_width="@dimen/_600sdp"
android:layout_height="@dimen/_44sdp"

android:layout_marginStart="52dp"
android:dropDownWidth="wrap_content"
Expand All @@ -20,11 +20,11 @@

<ImageButton
android:id="@+id/setting_button"
android:layout_width="@dimen/_52sdp"
android:layout_height="@dimen/_42sdp"
android:layout_width="@dimen/_80sdp"
android:layout_height="@dimen/_45sdp"
android:background="?attr/selectableItemBackground"
android:src="@drawable/ic_menu_settings"
android:scaleType="fitCenter"
android:src="@drawable/ic_menu_settings"

app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

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

android:dropDownWidth="@dimen/_250sdp"
android:dropDownVerticalOffset="@dimen/_52sdp"
app:layout_constraintTop_toTopOf="parent"
tools:layout_editor_absoluteX="67dp" />
tools:layout_editor_absoluteX="98dp" />

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

0 comments on commit 2b315ec

Please sign in to comment.