[bubble merge] Fix longclick message ripple
Change-Id: I6cdd45d4d21f54ba79037d7968b4a8bc8d44cc98
This commit is contained in:
parent
87ba082411
commit
faba7ef3ae
@ -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" />
|
||||
|
||||
@ -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" />
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user