[bubble merge] Fix longclick message ripple

Change-Id: I6cdd45d4d21f54ba79037d7968b4a8bc8d44cc98
This commit is contained in:
SpiritCroc 2022-02-20 14:09:51 +01:00
parent 87ba082411
commit faba7ef3ae
3 changed files with 2 additions and 1 deletions

View file

@ -4,5 +4,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:addStatesFromChildren="true"
app:incoming_style="true" />

View file

@ -4,5 +4,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:addStatesFromChildren="true"
app:incoming_style="false" />

View file

@ -5,7 +5,6 @@
android:id="@+id/eventBaseView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
tools:parentTag="android.widget.RelativeLayout">
<im.vector.app.core.platform.CheckableView