New background, stuff with dropdowns

This commit is contained in:
Michael Mikovsky
2025-02-16 23:31:27 -07:00
parent f701397577
commit 1df7928da1
13 changed files with 675 additions and 73 deletions
@@ -27,7 +27,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/uploadButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -38,7 +38,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/downloadButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -49,7 +49,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/uploadButton" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/SyncButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -61,7 +61,7 @@
app:layout_constraintTop_toTopOf="parent" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/CSVButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -73,7 +73,7 @@
app:layout_constraintTop_toBottomOf="@+id/SyncButton" />
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/TBAButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"