mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00:00
Remove ripple from tab buttons.
This commit is contained in:
committed by
Nicholas Tinsley
parent
4597a23104
commit
e58e209950
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user