Fix for avatar tinting

Removes the accent color tinting of avatar in QSFooterImpl to
prevent tinting of custom user avatar.

Fixes: 128889592
Bug: 124466547
Test: manual

Change-Id: Ie473b1ebc200a3ceba7285ede2e7a199ff0942a0
This commit is contained in:
Fabian Kozynski
2019-03-21 13:47:17 -04:00
parent 2e5dd8cffe
commit b3b64a89a7

View File

@@ -99,7 +99,6 @@
android:layout_width="@dimen/multi_user_avatar_expanded_size"
android:layout_height="@dimen/multi_user_avatar_expanded_size"
android:layout_gravity="center"
android:tint="?android:attr/colorAccent"
android:scaleType="centerInside"/>
</com.android.systemui.statusbar.phone.MultiUserSwitch>