Skip to content

Commit

Permalink
aaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 18, 2024
1 parent f7fc65f commit 59d9d24
Showing 1 changed file with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
android:layout_height="match_parent"
android:background="@android:color/transparent">

<!-- Holding most of the dynamic content -->

<com.kdt.mcgui.mcAccountSpinner
android:id="@+id/account_spinner"
android:layout_width="match_parent"
android:layout_height="@dimen/_52sdp"

android:dropDownWidth="@dimen/_250sdp"
android:dropDownVerticalOffset="@dimen/_52sdp"

app:layout_constraintTop_toTopOf="parent" />

<ImageButton
android:id="@+id/setting_button"
android:layout_width="@dimen/_52sdp"
Expand All @@ -14,35 +26,20 @@
android:src="@drawable/ic_menu_settings"
android:scaleType="fitCenter"
android:paddingVertical="@dimen/_8sdp"

app:layout_constraintLeft_toLeftOf="@+id/account_spinner"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<!-- Holding most of the dynamic content -->

<com.kdt.mcgui.mcAccountSpinner
android:id="@+id/account_spinner"
android:layout_width="match_parent"
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" />

<ImageButton
android:id="@+id/delete_account_button"
android:layout_width="@dimen/_52sdp"
android:layout_height="@dimen/_52sdp"
android:layout_marginEnd="276dp"
android:background="?attr/selectableItemBackground"
android:paddingVertical="@dimen/_8sdp"
android:scaleType="fitCenter"


android:scaleType="fitCenter"
android:src="@drawable/ic_menu_delete_forever"
app:layout_constraintEnd_toStartOf="@id/setting_button"
app:layout_constraintTop_toTopOf="parent" />
Expand Down

0 comments on commit 59d9d24

Please sign in to comment.