Skip to content

Commit

Permalink
tablet version
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 15, 2024
1 parent 15772b7 commit 6df31d0
Showing 1 changed file with 16 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@

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

android:layout_marginStart="52dp"
android:dropDownWidth="wrap_content"
android:dropDownVerticalOffset="@dimen/_42sdp"

app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"/>
android:dropDownVerticalOffset="@dimen/_42sdp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageButton
android:id="@+id/setting_button"
Expand All @@ -28,28 +29,32 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

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


<ImageButton
android:id="@+id/delete_account_button"
android:layout_width="@dimen/_52sdp"
android:layout_height="@dimen/_42sdp"
android:background="?attr/selectableItemBackground"
android:src="@drawable/ic_menu_delete_forever"
android:scaleType="fitCenter"
android:layout_marginEnd="627dp"


android:background="?attr/selectableItemBackground"
android:scaleType="fitCenter"
android:src="@drawable/ic_menu_delete_forever"
app:layout_constraintEnd_toStartOf="@id/setting_button"
app:layout_constraintTop_toTopOf="parent" />

<!-- Holding most of the dynamic content -->
<androidx.fragment.app.FragmentContainerView
android:id="@+id/container_fragment"
android:name="net.kdt.pojavlaunch.fragments.MainMenuFragment"

android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@+id/progress_layout"
app:layout_constraintTop_toBottomOf="@+id/account_spinner" />

app:layout_constraintTop_toBottomOf="@+id/account_spinner"
app:layout_constraintVertical_bias="0.0"
tools:layout_editor_absoluteX="-16dp" />

<com.kdt.mcgui.ProgressLayout
android:id="@+id/progress_layout"
Expand Down

0 comments on commit 6df31d0

Please sign in to comment.