调整类库依赖,改为基本Android API依赖。

This commit is contained in:
ZhanGSKen
2025-04-29 13:39:36 +08:00
parent f8e9afddd1
commit 5e8070ae01
15 changed files with 27 additions and 56 deletions

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.Toolbar
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/toolbar"/>