From c34c5d994bc9e243924013b34578c57a3728e19a Mon Sep 17 00:00:00 2001 From: Tim Peng Date: Sat, 20 Jun 2020 10:44:51 +0800 Subject: [PATCH] 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 --- res/values/styles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/styles.xml b/res/values/styles.xml index cbdd980d5c8..c74a1a2268b 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -587,6 +587,8 @@ 10dp 12dp + + true