Merge "[Physical Keyboard] update mouse key images color" into main

This commit is contained in:
Shaowei Shen
2025-02-17 19:22:27 -08:00
committed by Android (Google) Code Review
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>