This commit is contained in:
lunaticbum
2024-09-19 15:12:22 +09:00
parent 9342628677
commit 301b21b8ab
3 changed files with 14 additions and 3 deletions
+12 -2
View File
@@ -77,7 +77,7 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/time"
/>
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/current_music"
@@ -128,6 +128,16 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/noticeSummary"
android:layout_margin="10dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/current_music"
android:layout_width="0dp"
android:layout_height="40dp">
</androidx.recyclerview.widget.RecyclerView>
<LinearLayout
android:layout_margin="10dp"
@@ -140,7 +150,7 @@
android:orientation="horizontal"
app:layout_constraintRight_toRightOf="parent"
android:layout_height="40dp"
app:layout_constraintTop_toBottomOf="@+id/current_music"
app:layout_constraintTop_toBottomOf="@+id/noticeSummary"
>
<TextView