I´m currently working on adding a tablayout to my XML but I can´t figure out how to remove the tooltip when doing a longpress on the tab. Does anyone know? Here´s an image of what it looks like https://i.stack.imgur.com/8dnRe.jpg . It´s a WIP so it looks weird now
Here´s the tablayout
<com.google.android.material.tabs.TabLayout
android:id="@+id/tl_crypto_detail"
android:layout_width="match_parent"
app:layout_constraintTop_toBottomOf="@id/topSeparator"
android:layout_marginHorizontal="15dp"
android:tooltipText=""
app:tabIndicatorColor="#FFFFFF"
app:tabTextColor="#FFFFFF"
android:layout_height="wrap_content"/>