mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 02:38:59 +03:00
[bubble merge] Fix longclick message ripple
Change-Id: I6cdd45d4d21f54ba79037d7968b4a8bc8d44cc98
This commit is contained in:
parent
87ba082411
commit
faba7ef3ae
3 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue