[STYLE] 修正系統設定按鈕文字為安卓設定頁

1. 將 activity_main.xml 中的進入系統畫面按鈕(buttonOpenSystemSettings)之文字由「進入系統畫面」修改為「安卓設定頁」,以更精確描述其功能。
This commit is contained in:
sky121113 2026-05-20 13:44:16 +08:00
parent 3c1f805d97
commit ee8143032a

View File

@ -272,7 +272,7 @@
android:layout_height="wrap_content"
android:backgroundTint="@color/white"
android:minHeight="32dp"
android:text="進入系統畫面"
android:text="安卓設定頁"
android:textColor="@color/black"
android:textSize="24sp" />
</LinearLayout>