[Audiosharing] Use a11y compliant color for dialog buttons

Fix: 353907942
Test: manual
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: Ib034f66db0e3685458c51e0a9cbe9b534c205a69
This commit is contained in:
Yiyi Shen
2024-07-25 16:07:28 +08:00
parent 8a4a5f207e
commit 0395a8035a
3 changed files with 11 additions and 3 deletions

View File

@@ -15,8 +15,10 @@
~ limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:shape="rectangle">
<solid android:color="?android:colorButtonNormal" />
<solid android:color="?androidprv:attr/colorAccentPrimary" />
<corners android:radius="12dp" />
</shape>