Remove ripple from tab buttons.
This commit is contained in:
parent
4597a23104
commit
e58e209950
2 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue