summaryrefslogtreecommitdiff
path: root/java/com
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-06-07 14:12:22 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-07 14:13:14 -0700
commitb3843842edb03365b57f8ded6f19d6fd43b0aa4f (patch)
tree0418b019cbffbe15354a573b70e8954463f098fe /java/com
parent5749edd52e1b5fb772dfe127b87a48f6b943a1ef (diff)
Fix bubble theme crash
Test: manual PiperOrigin-RevId: 199693464 Change-Id: I73428025592097e431567ef0cdf55abb84538c7c
Diffstat (limited to 'java/com')
-rw-r--r--java/com/android/incallui/audioroute/res/layout/audioroute_item.xml1
-rw-r--r--java/com/android/incallui/audioroute/res/values/styles.xml1
2 files changed, 1 insertions, 1 deletions
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
</item>
<item name="android:textColor">?android:attr/textColorSecondary</item>
+ <item name="android:drawableTint">?android:attr/textColorSecondary</item>
</style>
</resources>