today's dress by the hour

This commit is contained in:
KJG
2024-10-02 17:43:18 +09:00
parent 3561137c6b
commit 002c9a9e2d
7 changed files with 137 additions and 50 deletions
+4 -4
View File
@@ -128,15 +128,15 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.recyclerview.widget.RecyclerView
<include
android:id="@+id/noticeSummary"
layout="@layout/recommended_hourly_dress"
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>
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<LinearLayout
@@ -32,15 +32,13 @@
android:textSize="14sp"
android:layout_marginLeft="10dp"/>
</LinearLayout>
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
<androidx.recyclerview.widget.RecyclerView
app:layout_constraintTop_toBottomOf="@id/linearLayout"
app:layout_constraintLeft_toLeftOf="@id/linearLayout"
app:layout_constraintRight_toRightOf="@id/linearLayout">
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.recyclerview.widget.RecyclerView>
</HorizontalScrollView>
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:id="@+id/weather_recycller"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</androidx.recyclerview.widget.RecyclerView>
</androidx.constraintlayout.widget.ConstraintLayout>