This commit is contained in:
pengxiaolong
2026-02-27 20:50:08 +08:00
parent acf4d39892
commit c018243116
85 changed files with 2031 additions and 485 deletions

View File

@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/rootCoordinator"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -248,7 +253,7 @@
<LinearLayout
android:id="@+id/topTabs"
android:layout_width="match_parent"
android:layout_height="@dimen/sw_40dp"
android:layout_height="@dimen/sw_56dp"
android:orientation="horizontal"
android:gravity="center_vertical"
android:paddingStart="@dimen/sw_16dp"
@@ -376,3 +381,5 @@
android:scaleType="centerInside" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>