Merge "Disable animations of deep link homepages to reduce the shortcut flicker" into sc-v2-dev am: 50bfe197b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16297689 Change-Id: I05f4f60f96dcc0b83cb7af76943a56a59d0fb0af
This commit is contained in:
@@ -220,6 +220,10 @@
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryDark</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Settings.Home.DeepLink">
|
||||
<item name="android:windowAnimationStyle">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Settings.ContextualCard" parent="Theme.Settings.Home">
|
||||
<item name="android:textAppearanceListItem">@style/TextAppearance.HomepageCardTitle</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user