Change hint for encrypted room (fix #210)

This commit is contained in:
Benoit Marty
2019-06-26 18:49:55 +02:00
parent 33f17e4c5c
commit 25b7bf76bf
5 changed files with 17 additions and 4 deletions

View File

@ -116,12 +116,12 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:hint="@string/room_message_placeholder_not_encrypted"
android:nextFocusLeft="@id/composerEditText"
android:nextFocusUp="@id/composerEditText"
android:padding="8dp"
android:textColor="?vctr_message_text_color"
android:textSize="14sp"
tools:hint="@string/room_message_placeholder_not_encrypted"
tools:ignore="MissingConstraints" />
</merge>