This commit is contained in:
Benoit Marty 2021-02-15 10:08:53 +01:00
parent e75e48f377
commit f4b10d5ed6
8 changed files with 2 additions and 10 deletions

View file

@ -32,7 +32,6 @@
android:id="@+id/otherUserShield"
android:layout_width="16dp"
android:layout_height="16dp"
android:importantForAccessibility="no"
app:layout_constraintCircle="@+id/otherUserAvatarImageView"
app:layout_constraintCircleAngle="135"
app:layout_constraintCircleRadius="16dp"

View file

@ -101,8 +101,7 @@
android:id="@+id/composerShieldImageView"
android:layout_width="0dp"
android:layout_height="0dp"
tools:ignore="MissingConstraints"
tools:src="@drawable/ic_shield_black" />
tools:ignore="MissingConstraints" />
<im.vector.app.features.home.room.detail.composer.ComposerEditText
android:id="@+id/composerEditText"

View file

@ -130,7 +130,6 @@
app:layout_constraintEnd_toStartOf="@+id/composerEditText"
app:layout_constraintStart_toEndOf="@+id/attachmentButton"
app:layout_constraintTop_toTopOf="@id/sendButton"
tools:src="@drawable/ic_shield_black"
tools:visibility="visible" />
<im.vector.app.features.home.room.detail.composer.ComposerEditText

View file

@ -134,8 +134,7 @@
app:layout_constraintBottom_toBottomOf="@+id/sendButton"
app:layout_constraintEnd_toStartOf="@+id/composerEditText"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@+id/sendButton"
tools:src="@drawable/ic_shield_black" />
app:layout_constraintTop_toTopOf="@+id/sendButton" />
<im.vector.app.features.home.room.detail.composer.ComposerEditText
android:id="@+id/composerEditText"

View file

@ -73,7 +73,6 @@
android:layout_alignEnd="@id/decorationSpace"
android:layout_marginTop="7dp"
android:visibility="gone"
tools:src="@drawable/ic_shield_warning"
tools:visibility="visible" />
<FrameLayout

View file

@ -78,7 +78,6 @@
android:layout_marginTop="8dp"
android:layout_toStartOf="@id/viewStubContainer"
android:visibility="gone"
tools:src="@drawable/ic_shield_warning"
tools:visibility="visible" />

View file

@ -78,7 +78,6 @@
android:layout_marginTop="4dp"
android:layout_toStartOf="@id/viewStubContainer"
android:visibility="gone"
tools:src="@drawable/ic_shield_warning"
tools:visibility="visible" />
<ImageView

View file

@ -15,7 +15,6 @@
android:visibility="gone"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:src="@drawable/ic_shield_black"
tools:visibility="visible" />
<!-- the media type -->