fix(onboarding-follow-suggestions): use the tabbar background drawable there

This makes the fragment look good
This commit is contained in:
LucasGGamerM
2024-03-03 16:43:22 -03:00
parent 3ea8b370bb
commit a91e08fe1a

View File

@@ -36,7 +36,7 @@
android:id="@+id/button_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorM3SurfaceVariant"
android:background="@drawable/bg_tabbar"
android:outlineProvider="bounds"
android:orientation="horizontal"
android:elevation="0dp">