commit | 9beb2d9c4d78ef1f720965bf62735be7d7ee5a40 | [log] [tgz] |
---|---|---|
author | yueg <yueg@google.com> | Thu Jun 07 16:38:46 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 07 16:38:46 2018 -0700 |
tree | 0418b019cbffbe15354a573b70e8954463f098fe | |
parent | b88b55c7ee12c383c52507c02d7a7041e2f35748 [diff] | |
parent | ecd339905308fd7101a6bf35d947bc6432e1b331 [diff] |
Merge "Fix bubble theme crash" am: ecd3399053 Change-Id: Ife0dcac7f2f72a106f80e73678848f448918b62f
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 3f3deb9..844baa4 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 6bf9b47..5215bea 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>