Remove ripple from tab buttons.

This commit is contained in:
Alex Hart 2023-05-19 13:35:27 -03:00 committed by Nicholas Tinsley
parent 4597a23104
commit e58e209950
2 changed files with 0 additions and 6 deletions

View file

@ -38,7 +38,6 @@
android:id="@+id/chats_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/chats_tab_container"
app:layout_constraintStart_toStartOf="@id/chats_tab_container"
@ -48,7 +47,6 @@
android:id="@+id/calls_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/calls_tab_container"
app:layout_constraintStart_toStartOf="@id/calls_tab_container"
@ -58,7 +56,6 @@
android:id="@+id/stories_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/stories_tab_container"
app:layout_constraintStart_toStartOf="@id/stories_tab_container"

View file

@ -38,7 +38,6 @@
android:id="@+id/chats_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/chats_tab_container"
app:layout_constraintStart_toStartOf="@id/chats_tab_container"
@ -48,7 +47,6 @@
android:id="@+id/calls_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/calls_tab_container"
app:layout_constraintStart_toStartOf="@id/calls_tab_container"
@ -58,7 +56,6 @@
android:id="@+id/stories_tab_touch_point"
android:layout_width="80dp"
android:layout_height="0dp"
android:background="?selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/stories_tab_container"
app:layout_constraintStart_toStartOf="@id/stories_tab_container"