diff options
| author | 2023-11-23 13:06:30 +0800 | |
|---|---|---|
| committer | 2023-11-23 13:06:30 +0800 | |
| commit | 284e690e881dbe811e38bc04b38f03508c5a2ec9 (patch) | |
| tree | 9604bf6f5a84a18586ef9941351bf7d5a760c609 | |
| parent | a5766dabf3f8225df7260deed7525952b0f781b8 (diff) | |
Remove the ripple effect of TabLayout
Bug: 230695676
Test: visaul
Change-Id: Ied667504ebc5b5b7a4f4db2c2673995dacff3fe9
| -rw-r--r-- | packages/SettingsLib/ProfileSelector/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SettingsLib/ProfileSelector/res/values/styles.xml b/packages/SettingsLib/ProfileSelector/res/values/styles.xml index 0b703c99884b..365dcb255852 100644 --- a/packages/SettingsLib/ProfileSelector/res/values/styles.xml +++ b/packages/SettingsLib/ProfileSelector/res/values/styles.xml @@ -37,5 +37,6 @@ <item name="tabIndicatorAnimationDuration">0</item> <item name="tabTextAppearance">@style/SettingsLibTabsTextAppearance</item> <item name="tabTextColor">@color/settingslib_tabs_text_color</item> + <item name="tabRippleColor">@android:color/transparent</item> </style> </resources>
\ No newline at end of file |