This commit is contained in:
lunaticbum
2024-11-08 13:33:56 +09:00
parent 0a77bd69d7
commit ecb6122e7f
5 changed files with 114 additions and 20 deletions
+13 -9
View File
@@ -62,18 +62,21 @@
</androidx.appcompat.widget.Toolbar>
<androidx.recyclerview.widget.RecyclerView
android:layout_gravity="bottom|center_horizontal"
android:id="@+id/calendarDateView"
android:background="#ddd000"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
android:orientation="vertical"
app:spanCount="7"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</com.google.android.material.appbar.CollapsingToolbarLayout>
</com.google.android.material.appbar.AppBarLayout>
<androidx.recyclerview.widget.RecyclerView
android:layout_gravity="bottom|center_horizontal"
android:id="@+id/calendarDateView"
android:background="#ddd000"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
android:orientation="vertical"
app:spanCount="7"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="bums.lunatic.launcher.behavior.behaviorimpl.BehaviorRecT"
/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_main"
@@ -114,4 +117,5 @@
android:textStyle="bold"
app:layout_behavior="bums.lunatic.launcher.behavior.behaviorimpl.BehaviorTistory" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>