[Physical Keyboard] update mouse key images color

replace drawable color with tokenzied color

Bug:389665773
Flag: com.android.settings.keyboard.keyboard_and_touchpad_a11y_new_page_enabled
Test: atest
packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/

Change-Id: Ib24add0a12ab21d5e6c4b88e5f2ba4bb584f0c3f
This commit is contained in:
shaoweishen
2025-02-04 07:41:03 +00:00
committed by Shaowei Shen
parent fc86da0f6d
commit 449531c696
13 changed files with 353 additions and 1553 deletions

View File

@@ -16,6 +16,7 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
@@ -35,5 +36,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="8dp"
android:textColor="@androidprv:color/materialColorOnSurface"
android:gravity="center" />
</LinearLayout>