In output switcher, the name of the device disappears for a brief period, which makes it seem like the devices are swapping positions.
-Add "disableRecyclerViewItemAnimator" style to disable animation
Bug: 152605598
Test: manual test
Change-Id: Ibb43231d8734a4f20d13fc014eaa6c9142064e20
diff --git a/res/values/styles.xml b/res/values/styles.xml
index cbdd980..c74a1a2 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -587,6 +587,8 @@
<item name="titleItemStartPadding">10dp</item>
<!-- Layout is 48dp and actual icon size is 48-(iconSize/2) -->
<item name="iconSize">12dp</item>
+ <!-- RecycleView item animator -->
+ <item name="disableRecyclerViewItemAnimator">true</item>
</style>
<style name="DisclaimerPositiveButton" parent="@style/SudGlifButton.Primary">