暗黑模式

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

@@ -13,6 +13,10 @@
android:src="@drawable/my_keyboard_bg"
android:scaleType="fitXY"
android:adjustViewBounds="true" />
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -75,6 +79,7 @@
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<TextView
android:id="@+id/btn_keyboard"
@@ -89,4 +94,4 @@
android:background="@drawable/my_keyboard_delete"
android:clickable="true"
android:focusable="true"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>