mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Removed trash icon from retract message placeholder
This commit is contained in:
parent
c153b2d928
commit
fc90a95e94
2 changed files with 0 additions and 6 deletions
|
|
@ -247,9 +247,6 @@
|
|||
android:textSize="@dimen/chat_bubble_text_size"
|
||||
android:textColor="?attr/color_main2_500"
|
||||
android:gravity="center_vertical|start"
|
||||
android:drawableEnd="@drawable/trash"
|
||||
android:drawablePadding="5dp"
|
||||
android:drawableTint="?attr/color_main2_500"
|
||||
android:visibility="@{model.hasBeenRetracted ? View.VISIBLE : View.GONE, default=gone}"/>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
|
|
@ -219,9 +219,6 @@
|
|||
android:textSize="@dimen/chat_bubble_text_size"
|
||||
android:textColor="?attr/color_main2_500"
|
||||
android:gravity="center_vertical|start"
|
||||
android:drawableEnd="@drawable/trash"
|
||||
android:drawablePadding="5dp"
|
||||
android:drawableTint="?attr/color_main2_500"
|
||||
android:visibility="@{model.hasBeenRetracted ? View.VISIBLE : View.GONE, default=gone}"/>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue