highlight selected messages at the Conversation screen

This commit is contained in:
tibbi 2020-04-13 10:04:06 +02:00
parent a40438a08c
commit 854e125079
5 changed files with 13 additions and 3 deletions

View file

@ -4,6 +4,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="end"
android:paddingStart="@dimen/activity_margin"
android:paddingEnd="@dimen/activity_margin"
android:text="@string/message_not_sent"
android:textColor="@color/theme_dark_red_primary_color"
android:textSize="@dimen/normal_text_size" />