暗黑模式

This commit is contained in:
pengxiaolong
2026-01-16 18:20:16 +08:00
parent 673b4491d7
commit 066cea19df
132 changed files with 457 additions and 133 deletions

View File

@@ -198,7 +198,7 @@
<HorizontalScrollView
android:id="@+id/tagScroll"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_height="30dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:layout_marginTop="18dp"
@@ -221,7 +221,7 @@
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="40dp"
android:layout_marginBottom="30dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>