整体UI优化

This commit is contained in:
ZhanGSKen
2025-03-24 09:44:18 +08:00
parent f96fcbfe13
commit a96696f261
14 changed files with 38 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/activityaboutToolbar1"/>
android:id="@+id/toolbar"/>
<LinearLayout
android:orientation="vertical"

View File

@@ -9,7 +9,7 @@
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/activityassetshtmlToolbar1"/>
android:id="@+id/toolbar"/>
<cc.winboll.studio.libapputils.view.SimpleWebView
android:layout_width="match_parent"

View File

@@ -6,16 +6,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/activityqrcodedecodeToolbar1"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="扫描结果将显示在此处"
android:id="@+id/activityqrcodedecodeTextView1"/>
android:text="QRCodeDecodeActivity"/>
<com.journeyapps.barcodescanner.DecoratedBarcodeView
android:layout_width="wrap_content"