Remove message delete button.
This commit is contained in:
committed by
Jannis Mattheis
parent
5905e84d13
commit
1d0ec1fe30
@@ -13,7 +13,7 @@
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:text=""
|
||||
app:layout_constraintEnd_toStartOf="@+id/message_delete"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
@@ -52,15 +52,4 @@
|
||||
app:layout_constraintStart_toEndOf="@+id/message_image"
|
||||
app:layout_constraintTop_toBottomOf="@+id/message_title" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/message_delete"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:contentDescription="@string/delete_message"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/message_date"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/ic_delete" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user