From b3843842edb03365b57f8ded6f19d6fd43b0aa4f Mon Sep 17 00:00:00 2001 From: yueg Date: Thu, 7 Jun 2018 14:12:22 -0700 Subject: Fix bubble theme crash Test: manual PiperOrigin-RevId: 199693464 Change-Id: I73428025592097e431567ef0cdf55abb84538c7c --- java/com/android/incallui/audioroute/res/layout/audioroute_item.xml | 1 - java/com/android/incallui/audioroute/res/values/styles.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/com/android/incallui/audioroute/res/layout/audioroute_item.xml b/java/com/android/incallui/audioroute/res/layout/audioroute_item.xml index 3f3deb951..844baa4ee 100644 --- a/java/com/android/incallui/audioroute/res/layout/audioroute_item.xml +++ b/java/com/android/incallui/audioroute/res/layout/audioroute_item.xml @@ -18,6 +18,5 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:drawableStart="@drawable/quantum_ic_bluetooth_audio_vd_theme_24" - android:drawableTint="?colorIcon" android:gravity="start" android:textAlignment="viewStart"/> \ No newline at end of file diff --git a/java/com/android/incallui/audioroute/res/values/styles.xml b/java/com/android/incallui/audioroute/res/values/styles.xml index 6bf9b4772..5215beabe 100644 --- a/java/com/android/incallui/audioroute/res/values/styles.xml +++ b/java/com/android/incallui/audioroute/res/values/styles.xml @@ -25,5 +25,6 @@ @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large ?android:attr/textColorSecondary + ?android:attr/textColorSecondary -- cgit v1.2.3