Fix controls

This commit is contained in:
世界 2023-08-25 22:36:20 +08:00
parent 4c0012a20d
commit c490011464
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@
android:textSize="20sp"
android:visibility="gone" />
<ScrollView
<androidx.core.widget.NestedScrollView
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -436,6 +436,7 @@
</TextView>
<androidx.recyclerview.widget.RecyclerView
android:nestedScrollingEnabled="false"
android:id="@+id/clashModeList"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -488,6 +489,6 @@
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -11,6 +11,7 @@
style="@style/Widget.MaterialComponents.Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?colorSurfaceContainer"
tools:text="Direct" />
</LinearLayout>