From 2b8df691fff9db0754bce23a2eb0788200f836aa Mon Sep 17 00:00:00 2001 From: Soitora Date: Sat, 22 May 2021 22:23:04 +0200 Subject: [PATCH] Change tab ripple color (#5142) Does what Google apps does, uses the colored ripple for Tabs as well and not just bottom nav. --- app/src/main/res/layout/common_tabbed_sheet.xml | 2 +- app/src/main/res/layout/main_activity.xml | 3 ++- app/src/main/res/layout/main_activity_toolbar.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/common_tabbed_sheet.xml b/app/src/main/res/layout/common_tabbed_sheet.xml index 8adb541458..cc62721b93 100644 --- a/app/src/main/res/layout/common_tabbed_sheet.xml +++ b/app/src/main/res/layout/common_tabbed_sheet.xml @@ -24,7 +24,7 @@ app:tabGravity="fill" app:tabIndicatorColor="?attr/colorAccent" app:tabMode="fixed" - app:tabRippleColor="?attr/rippleColor" + app:tabRippleColor="?attr/rippleNavColor" app:tabTextColor="@color/tabs_selector_background" /> + android:layout_height="wrap_content" + app:tabRippleColor="?attr/rippleNavColor" /> + app:tabRippleColor="?attr/rippleNavColor" />